lint
This commit is contained in:
parent
947da97d62
commit
f5c31f73b3
|
@ -77,8 +77,8 @@ class SqlServerIntegration {
|
|||
throw err
|
||||
}
|
||||
}
|
||||
|
||||
async update(query) {
|
||||
|
||||
async update(query) {
|
||||
try {
|
||||
await this.connect()
|
||||
const response = await this.client.query(query.sql)
|
||||
|
|
Loading…
Reference in New Issue