1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Some code improvements

Fixes #439
This commit is contained in:
kkapsner 2020-02-01 22:00:39 +01:00
parent ada2845213
commit 84e40b5eb4
3 changed files with 2 additions and 3 deletions

View file

@ -152,7 +152,7 @@
introduction.textContent = extension.getTranslation("presets_introduction");
head.appendChild(introduction);
const [settingsLoaded, presets] = await Promise.all([
const [, presets] = await Promise.all([
settings.loaded,
(await fetch("presets.json")).json()
]);