-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
chore: remove not used code related to filters on /bookings #19450
base: main
Are you sure you want to change the base?
Conversation
b2f1247
to
09031c7
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
4aab84d
to
75dcc04
Compare
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (02/21/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add foundation team as reviewer" took an action on this PR • (02/24/25)1 reviewer was added to this PR based on Keith Williams's automation. |
83dc7a8
to
3de589e
Compare
export const ZLegacyListMembersInputSchema = ZListMembersInputSchema.extend({ | ||
includeEmail: z.boolean().optional(), | ||
}); | ||
export const ZLegacyListMembersInputSchema = ZListMembersInputSchema.extend({}); |
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.
can't this be just
export const ZLegacyListMembersInputSchema = ZListMembersInputSchema
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.
or just use ZListMembersInputSchema
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.
@Udit-takkar thanks! I've actually deleted this in #19445 just now (this is a stacked PR on top of it)
3de589e
to
47b0979
Compare
47b0979
to
62c8588
Compare
62c8588
to
0e3c025
Compare
E2E results are ready! |
What does this PR do?
Due to the changes in #19445, we can remove some code that is not used anymore.
Mandatory Tasks (DO NOT REMOVE)