Skip to content

Commit adf9127

Browse files
remove redundant Promise.resolve() from unlock function
1 parent 4ac23fe commit adf9127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ export const unlock = (refire?: boolean) => {
263263
}
264264
}
265265
check()
266-
return Promise.resolve()
267266
}
268267

269268
/**

0 commit comments

Comments
 (0)