Skip to content

Commit 80e7020

Browse files
committed
Fix
1 parent c50e0a5 commit 80e7020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Sample from "./lib/sample";
22

3-
let sample = new Sample(console.log);
3+
const sample = new Sample(console.log);
44
sample.say();

0 commit comments

Comments
 (0)