Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Aug 20, 2024
1 parent ea4d92b commit 1c6bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/notifications/NotificationCenterAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1c6bff1

Please sign in to comment.