mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Fix db migration error in SQLES
This commit is contained in:
parent
274b69d017
commit
a04cac60e6
@ -219,7 +219,7 @@ class SQLES extends BaseES {
|
||||
console.log('SQL STMT', stmt);
|
||||
console.log('SQL VALS', execute_vals);
|
||||
|
||||
const res = await db.write(
|
||||
const res = await this.db.write(
|
||||
stmt, execute_vals
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user