Lint
This commit is contained in:
parent
5a0c64d39c
commit
fb2d82a06e
6 changed files with 18 additions and 16 deletions
|
|
@ -77,7 +77,7 @@ export class SyncClient {
|
|||
// Missing values will be filled in from DEFAULT_SETTINGS rather than
|
||||
// retaining current in-memory settings.
|
||||
public async reloadSettings(): Promise<void> {
|
||||
let state = (await this.persistence.load()) ?? {
|
||||
const state = (await this.persistence.load()) ?? {
|
||||
settings: undefined
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue