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 app.ts #207

Open
dap23 opened this issue Apr 6, 2023 · 1 comment
Open

Typo in app.ts #207

dap23 opened this issue Apr 6, 2023 · 1 comment
Assignees
Labels
🐞 Bug Something isn't working

Comments

@dap23
Copy link

dap23 commented Apr 6, 2023

Describe the Bug (버그 설명)

There is a typo in the app.ts file, it should import from 'database', but it is written as 'databases' in the file.

Version to Reproduce (현재 사용한 버전)

v9.1.1 (lib mongoose)

Expected Behavior (예상 동작)

should
import { dbConnection } from '@database';

Actual Behavior (실제 동작)

import { dbConnection } from '@databases';

Capture screen (캡쳐 화면)

Screen Shot 2023-04-07 at 01 21 36

@dap23 dap23 added the 🐞 Bug Something isn't working label Apr 6, 2023
@dap23
Copy link
Author

dap23 commented Apr 6, 2023

or just change the folder name from database to databases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants