Skip to content

Commit

Permalink
Revert "N21-1836 review changes"
Browse files Browse the repository at this point in the history
This reverts commit 67ee3e2.
  • Loading branch information
arnegns committed Mar 28, 2024
1 parent 67ee3e2 commit 70050ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/ctltools.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const sanitizeToolInputs = (id, body) => {
body.id = id;
body.description = body.description || undefined;
body.url = body.url || undefined;
body.medium.mediumId = body.medium.mediumId || undefined;
body.medium.publisher = body.medium.publisher || undefined;
body.medium = body.medium || undefined;
body.logoUrl = body.logoUrl || undefined;
body.openNewTab = !!body.openNewTab;
body.isHidden = !!body.isHidden;
Expand Down

0 comments on commit 70050ac

Please sign in to comment.