mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 10:04:20 +01:00
fix app delete bug
This commit is contained in:
@@ -37,6 +37,6 @@ class AppDB {
|
||||
|
||||
static Future<void> delete(int id, {DatabaseExecutor? db}) async {
|
||||
db = await DB.getDB(db);
|
||||
db.execute("delete from app where id = ?");
|
||||
db.execute("delete from app where id = ?", [id]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user