mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 01:32:23 +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 { randomUUID } from 'crypto';
|
||||||
import { prisma } from './prisma';
|
import { prisma } from './prisma';
|
||||||
import { createRequire } from 'module';
|
|
||||||
import nacl from 'tweetnacl';
|
import nacl from 'tweetnacl';
|
||||||
import bs58 from 'bs58';
|
|
||||||
|
|
||||||
// Challenge code expires in 10 minutes
|
// Challenge code expires in 10 minutes
|
||||||
const CHALLENGE_EXPIRY_MS = 10 * 60 * 1000;
|
const CHALLENGE_EXPIRY_MS = 10 * 60 * 1000;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue