From 1c6bff10c206d22e05338ecdde286fc23f0990fc Mon Sep 17 00:00:00 2001 From: ali ebrahimi Date: Tue, 20 Aug 2024 05:18:46 +0330 Subject: [PATCH] Fix lint error --- src/adapters/notifications/NotificationCenterAdapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapters/notifications/NotificationCenterAdapter.ts b/src/adapters/notifications/NotificationCenterAdapter.ts index d975a6ed7..5f7c39f83 100644 --- a/src/adapters/notifications/NotificationCenterAdapter.ts +++ b/src/adapters/notifications/NotificationCenterAdapter.ts @@ -28,7 +28,7 @@ const notificationCenterUsername = process.env.NOTIFICATION_CENTER_USERNAME; const notificationCenterPassword = process.env.NOTIFICATION_CENTER_PASSWORD; const notificationCenterBaseUrl = process.env.NOTIFICATION_CENTER_BASE_URL; const disableNotificationCenter = process.env.DISABLE_NOTIFICATION_CENTER; -const dappUrl = process.env.FRONTEND_URL as string; +// const dappUrl = process.env.FRONTEND_URL as string; const numberOfSendNotificationsConcurrentJob = Number(