Skip to content

Commit 78d8dc6

Browse files
committed
remove unused notification variables
1 parent 8e6925c commit 78d8dc6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@ export const PUSH_NOTIFICATIONS_QUEUE_NAME = getRequiredENVVar(
319319
"PUSH_NOTIFICATIONS_QUEUE_NAME"
320320
);
321321

322-
// Default values for push notifications
323-
export const NOTIFICATION_DEFAULT_SUBJECT = "default subject";
324-
export const NOTIFICATION_DEFAULT_TITLE = "default title";
325-
326322
// Root redirect
327323
const DEFAULT_ROOT_REDIRECT_URL = pipe(
328324
"https://io.italia.it",

0 commit comments

Comments
 (0)