From 842f7edfd0d3aa4b232d2130513ffd678003847c Mon Sep 17 00:00:00 2001 From: MaiT Date: Wed, 4 Sep 2024 00:14:53 +0900 Subject: [PATCH] =?UTF-8?q?Fix.=20=EC=A3=BC=EC=B0=A8=EC=9E=A5=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/v2/auth/auth.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/v2/auth/auth.service.ts b/src/api/v2/auth/auth.service.ts index f27bc26..e16bbfe 100644 --- a/src/api/v2/auth/auth.service.ts +++ b/src/api/v2/auth/auth.service.ts @@ -131,6 +131,7 @@ export class AuthService { role: true, address: true, name: true, + ip: true, }, });