mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-28 17:31:32 +00:00
chore: Run lint and fund dependencies, p=#12718
This commit is contained in:
@@ -9,7 +9,7 @@ class ZenSessionStore extends nsZenPreloadedFeature {
|
||||
this.#waitAndCleanup();
|
||||
}
|
||||
|
||||
promiseInitialized = new Promise((resolve) => {
|
||||
promiseInitialized = new Promise(resolve => {
|
||||
this._resolveInitialized = resolve;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user