Skip to content

Commit

Permalink
Merge pull request #14 from jpbnetley/feature/test
Browse files Browse the repository at this point in the history
fix: f1 not printing input
  • Loading branch information
jpbnetley authored Mar 19, 2022
2 parents ff3a90b + c2c59c8 commit 8d54853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f1/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const f1 = () => console.log('f1 running')
export const f1 = input => console.log(`f1 running: ${input}`)
export const f2 = () => console.log('f1 running')

0 comments on commit 8d54853

Please sign in to comment.