Update NotificationService.ts

This commit is contained in:
syuilo 2023-03-16 14:36:21 +09:00
parent 89e2c302dd
commit a9bc22e4e6
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { setTimeout } from 'node:timers/promises';
import { Inject, Injectable, OnApplicationShutdown } from '@nestjs/common';
import { In } from 'typeorm';
import { DI } from '@/di-symbols.js';