Skip to content

Commit fe68599

Browse files
committed
refactor: lint 적용
1 parent d2d127a commit fe68599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/__test__/qr.service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { QRLoginToken } from '@/types/models/QRLoginToken.type';
55
import { Pool } from 'pg';
66
import crypto from 'crypto';
77

8-
const validKey = crypto.randomBytes(32).toString('hex').slice(0, 32);
8+
const validKey = crypto.randomBytes(32).toString('utf8');
99

1010
jest.mock('@/utils/key.util', () => ({
1111
getKeyByGroup: () => validKey,

0 commit comments

Comments
 (0)