mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(sqlite): fix method attribute typo (#324)
This commit is contained in:
parent
57725828a6
commit
006bc70387
@ -123,7 +123,7 @@ export class SQLite {
|
||||
executeSql(statement: string, params: any): Promise<any> { return; }
|
||||
|
||||
@CordovaInstance()
|
||||
addSatement(sql, values): Promise<any> { return; }
|
||||
addStatement(sql, values): Promise<any> { return; }
|
||||
|
||||
@CordovaInstance()
|
||||
sqlBatch(sqlStatements: any): Promise<any> { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user