chore: Run lint and fund dependencies, p=#12718

This commit is contained in:
mr. m
2026-03-10 21:34:24 +01:00
committed by GitHub
parent c4948ee0cd
commit 036cfb187c
131 changed files with 10249 additions and 3453 deletions

View File

@@ -9,7 +9,7 @@ class ZenSessionStore extends nsZenPreloadedFeature {
this.#waitAndCleanup();
}
promiseInitialized = new Promise((resolve) => {
promiseInitialized = new Promise(resolve => {
this._resolveInitialized = resolve;
});