remove users from trip after they have read the notificatoin
Some checks failed
CI/CD Pipeline / test (push) Failing after 3m50s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-05-21 19:41:00 +02:00
parent 1285c3bc28
commit b4967b54e9
12 changed files with 62 additions and 20 deletions

View File

@ -175,7 +175,7 @@ WHERE end_date >= CURRENT_DATE ORDER BY end_date
boatreservation.usage
),
"Neue Bootsreservierung",
None,
None,None
)
.await;
}