Skip to content

Commit

Permalink
fix: conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
JonghunAn committed Jul 20, 2024
1 parent 001b1aa commit 117c13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/posts/posts.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class PostsRepository {
description: 1,
createdAt: 1,
readAt: 1,
'aiClassification.keywords': 1,
keywords: '$aiClassification.keywords',
},
},
])
Expand Down Expand Up @@ -261,7 +261,7 @@ export class PostsRepository {
description: 1,
createdAt: 1,
readAt: 1,
'aiClassification.keywords': 1,
keywords: '$aiClassification.keywords',
},
},
])
Expand Down

0 comments on commit 117c13f

Please sign in to comment.