Skip to content

Commit

Permalink
Add dumb change from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Apr 19, 2024
1 parent 17ac8df commit e993bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const subtract = (a: number, b: number) => {
if ('development' === process.env.NODE_ENV) {
console.log('here');
console.log('here ');
}
return a - b;
};
Expand Down

0 comments on commit e993bd7

Please sign in to comment.