Compare commits

..

1 commit

Author SHA1 Message Date
be944e51da
feat(calendar): hide declined events
Some checks failed
container-scan / Container Scan (pull_request) Failing after 40s
tests / Tests (pull_request) Has been cancelled
docker-build / docker (pull_request) Failing after 6m54s
2025-06-29 19:10:05 +02:00

View file

@ -74,7 +74,7 @@ export const GET = auth(async function GET(req) {
}, },
status: { status: {
not: 'DECLINED', not: 'DECLINED',
}, }
}, },
orderBy: { orderBy: {
meeting: { meeting: {