mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Fix db migration error in SQLES
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user