Skip to content

Commit

Permalink
fix: wisdom: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 24, 2022
1 parent 36ca493 commit ef5c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const check = (info) => (data) => {
return !result || isUndefined(result);

if (path.startsWith('!'))
return !result;
return result === false;

if (path.startsWith('^'))
return Boolean(result);
Expand Down

0 comments on commit ef5c228

Please sign in to comment.