feat(calendar): hide declined events
This commit is contained in:
parent
1cb2019298
commit
be944e51da
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ export const GET = auth(async function GET(req) {
|
|||
gte: start,
|
||||
},
|
||||
},
|
||||
status: {
|
||||
not: 'DECLINED',
|
||||
}
|
||||
},
|
||||
orderBy: {
|
||||
meeting: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue