Skip to content

Commit 7a8640d

Browse files
committed
fix lint
1 parent ff50e03 commit 7a8640d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export class Pushy {
154154
};
155155
static assertHash = (hash: string) => {
156156
if (!Pushy.downloadedHash) {
157+
log('no downloaded hash');
157158
return;
158159
}
159160
if (hash !== Pushy.downloadedHash) {

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export const UpdateProvider = ({
241241
client,
242242
alertError,
243243
throwErrorIfEnabled,
244-
options.updateStrategy,
244+
options,
245245
alertUpdate,
246246
downloadAndInstallApk,
247247
downloadUpdate,

0 commit comments

Comments
 (0)