mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer
This commit is contained in:
@@ -57,7 +57,7 @@ export class Postgres implements IDatabase {
|
||||
|
||||
try {
|
||||
const client = await this.pool.connect();
|
||||
const queryResult = await client.query({text: query, values: params});
|
||||
const queryResult = await client.query({ text: query, values: params });
|
||||
client.release();
|
||||
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user