This commit is contained in:
Martin McKeaveney 2021-04-12 16:51:07 +01:00
parent 947da97d62
commit f5c31f73b3
1 changed files with 2 additions and 2 deletions

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)