lint
This commit is contained in:
parent
85f8229ef4
commit
b1ea1b0fda
|
@ -77,8 +77,8 @@ class SqlServerIntegration {
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue