Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent b0096dc commit b3ce1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecTools/decodeCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function decodeCodec<TCodec extends t.Any>(
}

// FIXME
console.log('CATCH ME PLEASE ESLINT9');
console.log('CATCH ME PLEASE ESLINT10');

Check failure on line 86 in src/codecTools/decodeCodec.ts

View workflow job for this annotation

GitHub Actions / run-eslint

Unexpected console statement

// Return the decoded codec
return decoded.right;
Expand Down

0 comments on commit b3ce1b9

Please sign in to comment.