Skip to content

Commit

Permalink
chore: debug session logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Aug 8, 2024
1 parent 805ded8 commit 3871b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/backend/lib/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const HALF_DAY = 12 * (60 * 60 * 1000);
const ONE_DAY = 2 * HALF_DAY;

const session = () => {
console.log('session');

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
console.log(pgPool);

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
const store = new PgSession({
pool: pgPool,
schemaName: 'ccbc_private',
Expand Down

0 comments on commit 3871b44

Please sign in to comment.