Skip to content

Commit

Permalink
fix: crypto is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Mar 8, 2023
1 parent 155c743 commit 8f71fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/user/user.service.ts
@@ -1,6 +1,7 @@
import { BadRequestException, Injectable } from "@nestjs/common";
import { PrismaClientKnownRequestError } from "@prisma/client/runtime";
import * as argon from "argon2";
import * as crypto from "crypto";
import { EmailService } from "src/email/email.service";
import { PrismaService } from "src/prisma/prisma.service";
import { CreateUserDTO } from "./dto/createUser.dto";
Expand Down

0 comments on commit 8f71fd3

Please sign in to comment.