diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-08 08:51:20 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-08 08:51:20 -0300 |
commit | 21a270ca6efa561cad3e87048cf8deb8a166d55f (patch) | |
tree | 5a941db9062401ef7664efbbf68fb3db9b8775ee /src/content | |
parent | 40729920984ca1362f1672b1307bf7aa32687107 (diff) |
fix miscellaneous eslint errors
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/dependencies/index.js b/src/content/dependencies/index.js index 65241faa..71802050 100644 --- a/src/content/dependencies/index.js +++ b/src/content/dependencies/index.js @@ -30,7 +30,6 @@ export function watchContentDependencies({ const contentDependencies = {}; let emittedReady = false; - let allDependenciesFulfilled = false; let closed = false; let _close = () => {}; |