Skip to content

Commit 30a840a

Browse files
committed
fix typo
1 parent 3dd20b9 commit 30a840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os-app/_shared/KVCNote/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ulid } from 'ulid';
2-
const uniqueID = ulid();
2+
const uniqueID = ulid;
33
import OLSKRemoteStorage from 'OLSKRemoteStorage';
44
import KVCTemplate from '../KVCTemplate/main.js';
55

0 commit comments

Comments
 (0)