mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
Merge branch 'main' into dev
This commit is contained in:
@ -116,7 +116,7 @@ export class JuniorService {
|
||||
async generateToken(juniorId: string) {
|
||||
this.logger.log(`Generating token for junior ${juniorId}`);
|
||||
|
||||
const token = await this.userTokenService.generateToken(juniorId, UserType.JUNIOR);
|
||||
const token = await this.userTokenService.generateToken(juniorId);
|
||||
|
||||
return this.qrCodeService.generateQrCode(token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user