Skip to content

Commit 6e5cfd5

Browse files
committed
style(src): change name of object option
1 parent c3744b9 commit 6e5cfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

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

44
export default test;

0 commit comments

Comments
 (0)