fix: register fcm token on enabling push notification

This commit is contained in:
Abdalhamid Alhamad
2024-12-24 13:00:54 +03:00
parent 3719498c2f
commit bb8cc33d53
5 changed files with 31 additions and 13 deletions

View File

@ -1,7 +1,6 @@
import { Injectable } from '@nestjs/common';
import { Device } from '../entities';
import { DeviceRepository } from '../repositories';
@Injectable()
export class DeviceService {
constructor(private readonly deviceRepository: DeviceRepository) {}