X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Findex.js;h=1c5d1d1c4f2253a79c3053232781f2bbb7e45f56;hb=b7fa490d270db56935d2f1b380351aa264295119;hp=e6b5f5b391b9fbb29992b834b6a6a6ad6dde1bd5;hpb=3fae9b64c5c70ad52376558caa71db99778541b0;p=websub-hub diff --git a/src/db/postgres/index.js b/src/db/postgres/index.js index e6b5f5b..1c5d1d1 100644 --- a/src/db/postgres/index.js +++ b/src/db/postgres/index.js @@ -739,7 +739,7 @@ class DatabasePostgres extends Database { let topics; try { topics = await dbCtx.manyOrNone(this.statement.topicGetInfoAll); - } catch (e) { + } catch (e) { this.logger.error(_scope, 'failed', { error: e, topics }); throw e; }