mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
fix: remove unused variables (#7968)
This commit is contained in:
@@ -64,7 +64,7 @@ class Storage<T extends object> {
|
||||
return this._options.config;
|
||||
}
|
||||
return cfg;
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return this._cfg;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user