Skip to content

Commit

Permalink
Merge pull request #574 from CodeForAfrica/fix/500-error
Browse files Browse the repository at this point in the history
changing the name from toolcontributors to contributors
  • Loading branch information
saminegash authored Sep 7, 2023
2 parents 6992c09 + fd50c6e commit e1dba35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/charterafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/charterafrica-ui:0.1.6
FROM codeforafrica/charterafrica-ui:0.1.7
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charterafrica",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "This is the official code for https://charter.africa site",
Expand Down
2 changes: 1 addition & 1 deletion apps/charterafrica/src/lib/data/common/processPageTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function processPageSingleTool(page, api, context) {
}

const tool = docs[0];
const contributors = tool.toolContributors;
const { contributors } = tool;
const { docs: orgDocs } = await api.getCollection(ORGANIZATION_COLLECTION, {
locale,
where: {
Expand Down

0 comments on commit e1dba35

Please sign in to comment.