Skip to content

Commit

Permalink
fixup! [wip] Implement PUT /groups/:groupName/overview
Browse files Browse the repository at this point in the history
Fix contentTypesProvided -> contentTypesConsumed
  • Loading branch information
victorlin committed Aug 5, 2022
1 parent 0431161 commit 8aa733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const getGroupOverview = contentTypesProvided([

/* PUT
*/
const putGroupOverview = contentTypesProvided([
const putGroupOverview = contentTypesConsumed([
["text/markdown", receiveGroupOverview()],
]);

Expand Down

0 comments on commit 8aa733c

Please sign in to comment.