mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 08:34:55 +00:00
fix: register fcm token on enabling push notification
This commit is contained in:
@ -14,9 +14,9 @@ import { JuniorTokenService } from './junior-token.service';
|
||||
export class JuniorService {
|
||||
constructor(
|
||||
private readonly juniorRepository: JuniorRepository,
|
||||
private readonly customerService: CustomerService,
|
||||
private readonly juniorTokenService: JuniorTokenService,
|
||||
@Inject(forwardRef(() => UserService)) private readonly userService: UserService,
|
||||
@Inject(forwardRef(() => CustomerService)) private readonly customerService: CustomerService,
|
||||
) {}
|
||||
|
||||
@Transactional()
|
||||
|
||||
Reference in New Issue
Block a user