From 117c13ff3d09d32d5832f22e2148a958273469b3 Mon Sep 17 00:00:00 2001 From: Anjonghun <58875626+JonghunAn@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:12:35 +0900 Subject: [PATCH] fix: conflict resolve --- src/modules/posts/posts.repository.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/posts/posts.repository.ts b/src/modules/posts/posts.repository.ts index 037c4ca..eb743a6 100644 --- a/src/modules/posts/posts.repository.ts +++ b/src/modules/posts/posts.repository.ts @@ -168,7 +168,7 @@ export class PostsRepository { description: 1, createdAt: 1, readAt: 1, - 'aiClassification.keywords': 1, + keywords: '$aiClassification.keywords', }, }, ]) @@ -261,7 +261,7 @@ export class PostsRepository { description: 1, createdAt: 1, readAt: 1, - 'aiClassification.keywords': 1, + keywords: '$aiClassification.keywords', }, }, ])