Skip to content

Commit dee4297

Browse files
committed
fix(src): add another 0
1 parent 3305c20 commit dee4297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const test = (str = "", obj = {}) => console.log(`Log: ${str}`, object);
2-
const otherTest = (num = 0) => num + 100;
2+
const otherTest = (num = 0) => num + 1000;
33

44
export default test;
55

0 commit comments

Comments
 (0)