Skip to content

Commit d920041

Browse files
author
zhenshuai
committed
bug
1 parent b6ed4c6 commit d920041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wt-notify/wt-notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
onSuccess && onSuccess();
6969
}
7070
result.notSetPermission = false;
71-
onThen();
71+
onThen && onThen();
7272
},
7373
needsPermission : Notify.needsPermission,
7474
requestPermission: Notify.requestPermission,

0 commit comments

Comments
 (0)