Skip to content

Commit 5d29f37

Browse files
committed
Remove unused import
1 parent 6b5e10d commit 5d29f37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as scuid from 'scuid'
22
import * as jwt from 'jsonwebtoken'
33
import * as faker from 'faker/locale/en'
4-
import { create } from 'domain'
54

65
export const generateAuthToken = (payload, secret, expiresIn) =>
76
jwt.sign(payload, secret, {

0 commit comments

Comments
 (0)