Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(consultation): find regardless of existence
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 23, 2022
1 parent 048b8cf commit bc6d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/enhancer/consultation/index.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class extends PageMiddleware {
const consultations = await manager.list({
"filter": {
"consultationScheduleRange": "*",
"existence": "exists",
"existence": "*",
"user": Number(user.data.id)
},
"page": {
Expand Down

0 comments on commit bc6d0b7

Please sign in to comment.