mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
changed some minor things
This commit is contained in:
parent
b1cfef83bf
commit
a4aa1b9a2d
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
import { randomUUID } from 'crypto';
|
||||
import { prisma } from './prisma';
|
||||
import { createRequire } from 'module';
|
||||
import nacl from 'tweetnacl';
|
||||
import bs58 from 'bs58';
|
||||
|
||||
// Challenge code expires in 10 minutes
|
||||
const CHALLENGE_EXPIRY_MS = 10 * 60 * 1000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue