Skip to content

Commit

Permalink
RC-2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbasa committed Aug 22, 2021
1 parent 1dfa3fa commit fd28c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ export class HomePage {
remote = 'https://your-update-server.com'

async update() {

const manifest = await this.http.get<Update>(this.remote + '/update.json').toPromise();

const remoteVersion = manifest.app.version.code;
Expand Down

0 comments on commit fd28c26

Please sign in to comment.