1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 11:51:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix: default strategy

This commit is contained in:
sunnylqm
2024-02-19 09:36:53 +08:00
parent 92cfbb3fdf
commit f6a38c1f48

View File

@@ -31,6 +31,7 @@ export class Pushy {
server: defaultServer,
autoMarkSuccess: true,
useAlert: true,
strategy: 'both',
};
lastChecking: number;