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