Skip to content

Commit c2c59c8

Browse files
committed
fix: f1 not printing input
BREAKING CHANGE: added required input
1 parent 3e1a7d2 commit c2c59c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/f1/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const f1 = () => console.log('f1 running')
1+
export const f1 = input => console.log(`f1 running: ${input}`)
22
export const f2 = () => console.log('f1 running')

0 commit comments

Comments
 (0)