Update db-update function #2
This commit is contained in:
Vendored
+1
-1
@@ -72,11 +72,11 @@ export default async function DbUpdate({ table, data, query, targetId, config, }
|
||||
config,
|
||||
});
|
||||
return {
|
||||
...res,
|
||||
...updated_res,
|
||||
debug: {
|
||||
sqlObj,
|
||||
},
|
||||
db_res: res.db_res,
|
||||
};
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user