Bump eslint & lint plugin
This commit is contained in:
parent
2083675c07
commit
4dedadeb87
13 changed files with 1059 additions and 920 deletions
|
|
@ -23,7 +23,7 @@ export class Database {
|
|||
|
||||
public constructor(
|
||||
initialState: Partial<StoredDatabase> | undefined,
|
||||
private saveData: (data: any) => Promise<void>
|
||||
private saveData: (data: unknown) => Promise<void>
|
||||
) {
|
||||
initialState = initialState || {};
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue