We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad11261 commit 5898d78Copy full SHA for 5898d78
harmony/src/main/ets/UpdateContext.ts
@@ -145,7 +145,6 @@ export class UpdateContext {
145
146
const lastVersion = this.getKv('currentVersion');
147
this.setKv('currentVersion', hash);
148
- const currentVersion = this.getKv('currentVersion');
149
if (lastVersion && lastVersion !== hash) {
150
this.setKv('lastVersion', lastVersion);
151
}
0 commit comments