changed entity and type structure

This commit is contained in:
yousef-alkhrissat
2024-08-03 23:50:49 +03:00
parent 4e6f254261
commit 8f761168b4
90 changed files with 470 additions and 625 deletions

View File

@ -1,5 +1,5 @@
import { Injectable } from '@nestjs/common';
import { DeviceNotificationRepository } from '@app/common/modules/device-notification/repositories';
import { DeviceNotificationRepository } from '@app/common/modules/device/repositories';
import { OneSignalService } from './onesignal.service';
@Injectable()