1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
This commit is contained in:
Martin McKeaveney 2021-04-12 16:51:07 +01:00
parent 85f8229ef4
commit b1ea1b0fda

View file

@ -78,7 +78,7 @@ class SqlServerIntegration {
} }
} }
async update(query) { async update(query) {
try { try {
await this.connect() await this.connect()
const response = await this.client.query(query.sql) const response = await this.client.query(query.sql)