mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Remove dangling commas
This commit is contained in:
@@ -83,7 +83,7 @@ class Test {
|
||||
|
||||
return (async () => {
|
||||
const record = await this.#conn.runQuery(sql, [
|
||||
testId,
|
||||
testId
|
||||
]);
|
||||
|
||||
if (!record.length)
|
||||
|
||||
Reference in New Issue
Block a user