types and lint
This commit is contained in:
parent
79c515e57d
commit
70b9e4680f
|
@ -90,7 +90,9 @@ class SnowflakePromise {
|
|||
|
||||
async execute(sql: string) {
|
||||
if (!this.client) {
|
||||
throw Error("No snowflake client present to execute query. Run connect() first to initialise.")
|
||||
throw Error(
|
||||
"No snowflake client present to execute query. Run connect() first to initialise."
|
||||
)
|
||||
}
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in New Issue