This commit is contained in:
glide-the 2024-04-16 11:11:41 +08:00
parent 3e50aabe57
commit 6f20d8d623

View File

@ -18,7 +18,7 @@ class _UserModel extends BaseModel {
const list = (await this.table.toArray()) as (DB_User & { id: number })[];
returnList[0];
return list[0];
};
create = async (user: DB_User) => {