Skip to content

Commit

Permalink
fix: Bcrypt import still not properly working
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Brink <[email protected]>
  • Loading branch information
henrybrink committed Apr 17, 2024
1 parent 6aba54b commit 860c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@nestjs/common';
import { User } from '@prisma/client';
import bcrypt from 'bcrypt';
import * as bcrypt from 'bcrypt';
import { UserRepository } from '../db/repositories/user.repository';

@Injectable()
Expand Down

0 comments on commit 860c03e

Please sign in to comment.