Add eslint
This commit is contained in:
@@ -20,7 +20,9 @@ export class ElectronDatabaseService {
|
||||
|
||||
/** Initialise the SQLite database via the main-process IPC bridge. */
|
||||
async initialize(): Promise<void> {
|
||||
if (this.isInitialised) return;
|
||||
if (this.isInitialised)
|
||||
return;
|
||||
|
||||
await this.api.initialize();
|
||||
this.isInitialised = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user