From aca403d89236c60b3b626a1d079c4f6556ec3f9e Mon Sep 17 00:00:00 2001 From: jaham Date: Wed, 18 Oct 2023 17:52:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20:ambulance:=20scoreRanking=20?= =?UTF-8?q?=EC=9D=98=20=EC=9E=98=EB=AA=BB=EB=90=9C=20aggregation=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/api/score/score.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/api/score/score.service.ts b/app/src/api/score/score.service.ts index 0b635995..24494d69 100644 --- a/app/src/api/score/score.service.ts +++ b/app/src/api/score/score.service.ts @@ -63,7 +63,7 @@ export class ScoreService { .project({ _id: 0, userPreview: 1, - coalition: { id: '$coalitions_users.coalitionId' }, + coalition: { id: { $first: '$coalitions_users.coalitionId' } }, value: 1, rank: 1, }); From b54f48f32244e7fab98ac1c8af9c4a6b9eab4c3e Mon Sep 17 00:00:00 2001 From: jaham Date: Wed, 18 Oct 2023 17:53:13 +0900 Subject: [PATCH 2/2] chore: :rocket: v0.8.1 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 4fd889b1..9ab1369b 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "42stat", - "version": "0.8.0", + "version": "0.8.1", "description": "", "author": "jpham005, niamu01", "private": true,