We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57aac64 commit 3356f73Copy full SHA for 3356f73
src/article/infrastructure/MongoFindArticles.ts
@@ -1,6 +1,6 @@
1
import { ArticleCollection, ArticleSchema } from '@/article/infrastructure/ArticleCollection';
2
import MUUID from 'uuid-mongodb';
3
-import { FindArticles } from '@/article/query/FindArticles';
+import { FindArticles } from '@/article/application/query/FindArticles';
4
import { CommentSchema } from '@/comment/infrastructure/CommentCollection';
5
import { Filter } from 'mongodb';
6
0 commit comments