Skip to content
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

Typo in api/v2/**/conferencing/**/conferencing.respository.ts (should be 'repository') #19161

Open
luzpaz opened this issue Feb 7, 2025 · 1 comment · May be fixed by #19173
Open

Typo in api/v2/**/conferencing/**/conferencing.respository.ts (should be 'repository') #19161

luzpaz opened this issue Feb 7, 2025 · 1 comment · May be fixed by #19173
Labels
🐛 bug Something isn't working 🧹 Improvements Improvements to existing features. Mostly UX/UI

Comments

@luzpaz
Copy link
Contributor

luzpaz commented Feb 7, 2025

Issue Summary

Discovered a typo in the file name apps/api/v2/src/modules/conferencing/repositories/conferencing.respository.ts should be conferencing.repository.ts

Here are the locations in the code that reference it:

import { ConferencingRepository } from "@/modules/conferencing/repositories/conferencing.respository";

import { ConferencingRepository } from "@/modules/conferencing/repositories/conferencing.respository";

import { ConferencingRepository } from "@/modules/conferencing/repositories/conferencing.respository";

Steps to Reproduce

self-explanatory

Actual Results

n/a

Expected Results

n/a

Technical details

n//a

Evidence

n/a

@luzpaz luzpaz added the 🐛 bug Something isn't working label Feb 7, 2025
@dosubot dosubot bot added the 🧹 Improvements Improvements to existing features. Mostly UX/UI label Feb 7, 2025
@mohdaquib171 mohdaquib171 linked a pull request Feb 7, 2025 that will close this issue
6 tasks
@Anijeet
Copy link

Anijeet commented Feb 7, 2025

I want to solve this Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🧹 Improvements Improvements to existing features. Mostly UX/UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants