Skip to content

Commit

Permalink
feat(utils): Add logging functionality with logger module
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 7, 2024
1 parent d1735a9 commit f70a07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Redis } from 'ioredis';
import { Request } from 'express';
import utc from 'dayjs/plugin/utc';
import nodemailer from 'nodemailer';
import { logger } from './logger';
import { db, redis } from './db/db';
import { Queue, Worker, Job } from 'bullmq';
import timezone from 'dayjs/plugin/timezone';
Expand Down

0 comments on commit f70a07e

Please sign in to comment.