add cards to event content cycle

This commit is contained in:
Phillip Thelen
2024-02-21 15:31:45 +01:00
committed by Sabe Jones
parent 249394b4ad
commit 6e96085f99
5 changed files with 42 additions and 5 deletions

View File

@@ -129,7 +129,6 @@ api.cardTypes = {
nye: {
key: 'nye',
messageOptions: 5,
yearRound: moment().isBetween(EVENTS.nye2023.start, EVENTS.nye2023.end),
},
thankyou: {
key: 'thankyou',
@@ -139,7 +138,6 @@ api.cardTypes = {
valentine: {
key: 'valentine',
messageOptions: 4,
yearRound: moment().isBetween(EVENTS.valentine2024.start, EVENTS.valentine2024.end),
},
birthday: {
key: 'birthday',