Compare commits

..

1 commit

Author SHA1 Message Date
9f0a5813be
feat(calendar): hide declined events
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m22s
docker-build / docker (pull_request) Successful in 8m54s
tests / Tests (pull_request) Successful in 6m6s
2025-06-29 19:30:01 +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: {