diff --git a/src/app/views/donate_notifications.py b/src/app/views/donate_notifications.py index 0f786ae..a015592 100644 --- a/src/app/views/donate_notifications.py +++ b/src/app/views/donate_notifications.py @@ -6,7 +6,7 @@ from app.depends import check_token from app.models import ChatDonateNotification -NOTIFICATION_DELTA_DAYS = 30 +NOTIFICATION_DELTA_DAYS = 60 donation_notifications_router = APIRouter(