Skip to content

Commit

Permalink
chore: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Oct 18, 2023
1 parent 84d672b commit 0d157ce
Show file tree
Hide file tree
Showing 2 changed files with 911 additions and 824 deletions.
2 changes: 1 addition & 1 deletion identity-wallet/setler-cli/src/actions/kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ const exec = async (context) => {
const kudosMemos = [];
let kudosCreatorsAdded = false;
let shouldAddKudosCreators =
context.flags.dontSendKudosToSetlerTeam !== true; // defaults to send kudos to setler team
context.flags.dontSendKudosToSetlerTeam ? false: true; // defaults to send kudos to setler team

if (context.flags.to) {
let kudosMemo = {};
Expand Down
Loading

0 comments on commit 0d157ce

Please sign in to comment.