Skip to content

Commit 77d4cc4

Browse files
committed
Update uuid.ts
1 parent ab843a2 commit 77d4cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uuid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { v4 } from 'uuid';
22

3-
let uuid: () => string = null as any;
3+
let uuid: () => string;
44

55
if (process.env.PARSE_BUILD === 'weapp') {
66
uuid = function () {

0 commit comments

Comments
 (0)