Skip to content

Commit 976026d

Browse files
committed
feat(src): some other change
1 parent 66e21ae commit 976026d

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,3 +1,3 @@
1-
const test = (str = "") => console.log(`Log: ${str}`);
1+
const test = (str = "", object = {}) => console.log(`Log: ${str}`, object);
22

33
export default test;

0 commit comments

Comments
 (0)