Update NotificationService.ts
This commit is contained in:
parent
89e2c302dd
commit
a9bc22e4e6
|
@ -1,3 +1,4 @@
|
||||||
|
import { setTimeout } from 'node:timers/promises';
|
||||||
import { Inject, Injectable, OnApplicationShutdown } from '@nestjs/common';
|
import { Inject, Injectable, OnApplicationShutdown } from '@nestjs/common';
|
||||||
import { In } from 'typeorm';
|
import { In } from 'typeorm';
|
||||||
import { DI } from '@/di-symbols.js';
|
import { DI } from '@/di-symbols.js';
|
||||||
|
|
Loading…
Reference in New Issue