-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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: typo in conferencing.repository.ts filename (#19161) #19173
base: main
Are you sure you want to change the base?
fix: typo in conferencing.repository.ts filename (#19161) #19173
Conversation
@mohdaquib171 is attempting to deploy a commit to the cal-staging Team on Vercel. A member of the Team first needs to authorize it. |
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (02/07/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (02/07/25)1 label was added to this PR based on Keith Williams's automation. |
you neglected to rename the file itself (as described in the ticket) |
Apologies, I’ve renamed the file now as per the ticket. |
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.
you have changed the name of the file, do any other files use imports from this file that should be changed too?
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.
No, all imports are already updated.
What does this PR do?
This PR fixes a typo in the filename
conferencing.respository.ts
, changing it toconferencing.repository.ts
.All related imports have also been updated to reflect this change.
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
conferencing.respository.ts
has been renamed toconferencing.repository.ts
.Checklist