Skip to content

Commit 5898d78

Browse files
committed
update
1 parent ad11261 commit 5898d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

harmony/src/main/ets/UpdateContext.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export class UpdateContext {
145145

146146
const lastVersion = this.getKv('currentVersion');
147147
this.setKv('currentVersion', hash);
148-
const currentVersion = this.getKv('currentVersion');
149148
if (lastVersion && lastVersion !== hash) {
150149
this.setKv('lastVersion', lastVersion);
151150
}

0 commit comments

Comments
 (0)