From a9bc22e4e6b0f8de343f72030a6668ec53d7cc94 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu, 16 Mar 2023 14:36:21 +0900
Subject: [PATCH] Update NotificationService.ts

---
 packages/backend/src/core/NotificationService.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/backend/src/core/NotificationService.ts b/packages/backend/src/core/NotificationService.ts
index 00bca4c0c4..48f2c65847 100644
--- a/packages/backend/src/core/NotificationService.ts
+++ b/packages/backend/src/core/NotificationService.ts
@@ -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';
-- 
GitLab