Skip to content

Commit d628a79

Browse files
committed
1 parent cdad6af commit d628a79

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/auth-services/src/queue-manager/src/bullmqSetup.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import { env } from '../../env';
33
import { parseRedisUrl } from './helper/redisUrlParser';
44
import { JobName } from './jobRegistry';
55

6-
const BigIntStringify = (obj: any) =>
7-
JSON.stringify(obj, (_key, value) =>
8-
typeof value === 'bigint' ? value.toString() : value
9-
);
10-
116
export const mainQueueName = 'pkpAuthServiceQueue';
127

138
let bullmqConnectionOptions: ConnectionOptions = parseRedisUrl(env.REDIS_URL);

0 commit comments

Comments
 (0)