Spaces:
Runtime error
Runtime error
| import { Global, Module } from '@nestjs/common'; | |
| import { NotificationsService } from './notifications.service'; | |
| () | |
| ({ | |
| providers: [NotificationsService], | |
| exports: [NotificationsService], | |
| }) | |
| export class NotificationsModule {} | |