mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 07:11:39 +08:00
fix lint
This commit is contained in:
@@ -154,6 +154,7 @@ export class Pushy {
|
||||
};
|
||||
static assertHash = (hash: string) => {
|
||||
if (!Pushy.downloadedHash) {
|
||||
log('no downloaded hash');
|
||||
return;
|
||||
}
|
||||
if (hash !== Pushy.downloadedHash) {
|
||||
|
@@ -241,7 +241,7 @@ export const UpdateProvider = ({
|
||||
client,
|
||||
alertError,
|
||||
throwErrorIfEnabled,
|
||||
options.updateStrategy,
|
||||
options,
|
||||
alertUpdate,
|
||||
downloadAndInstallApk,
|
||||
downloadUpdate,
|
||||
|
Reference in New Issue
Block a user