fix: update message helper reference hotfix (#30)

* forgot to update a reference in messageHelper to memberRepo instead of memberHelper

* turned off data-source logging

---------

Co-authored-by: Aster Fialla <asterfialla@gmail.com>
This commit is contained in:
2026-03-02 08:50:41 -05:00
committed by GitHub
parent aeb7d88ee9
commit 21587dcb7a
3 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ export const AppDataSource = new DataSource({
password: process.env.POSTGRES_PASSWORD,
database: "postgres",
synchronize: false,
logging: true,
logging: false,
entities: [path.join(__dirname, "./entity/*.{ts,js}")],
migrations: [path.join(__dirname, "./migrations/*.{ts,js}")],
migrationsRun: true,