refactor: Fix updater's use of UPDATES_KEY (#1376)

This commit is contained in:
Joona Heikkilä 2020-07-22 01:05:09 +03:00 committed by GitHub
parent f75a07cb0d
commit 003d82fe8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default async () => {
},
});
await client.del("UPDATES_KEY");
await client.del(UPDATES_KEY);
try {
const response = await fetch(UPDATES_URL, {