1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 10:56:00 +02:00

Update NotificationService.ts

This commit is contained in:
syuilo
2023-03-16 14:36:21 +09:00
parent 89e2c302dd
commit a9bc22e4e6

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';