-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/irl filters #2029
Fix/irl filters #2029
Conversation
12d52e6
to
ea581c5
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
if (name__icontains) { | ||
delete builtQuery.where?.name; | ||
} | ||
if (isHost || isSpeaker) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add single line comments here
@@ -53,12 +53,16 @@ export class TeamsController { | |||
); | |||
const builder = new PrismaQueryBuilder(queryableFields); | |||
const builtQuery = builder.build(request.query); | |||
const { focusAreas }: any = request.query; | |||
const { focusAreas, isHost } : any = request.query; | |||
if(isHost) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add single line comments
if (name__icontains) { | ||
delete builtQuery.where?.name; | ||
} | ||
if (isHost || isSpeaker) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add single line comments
ea581c5
to
ddf054a
Compare
e2ec38e
to
6068201
Compare
🎉 This PR is included in version 1.202.0-staging.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.202.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Add a few lines describing your changes
Tickets
Checklist before requesting a review