mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 06:57:05 +03:00
remove async modifier which is no longer allowed in interfaces
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export interface IDatabase {
|
export interface IDatabase {
|
||||||
async init(): Promise<void>;
|
init(): Promise<void>;
|
||||||
|
|
||||||
prepare(type: QueryType, query: string, params?: any[]): Promise<any | any[] | void>;
|
prepare(type: QueryType, query: string, params?: any[]): Promise<any | any[] | void>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user