From bdb1f6d3faaf28dd5622850c1453766efac1a6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 12 Sep 2022 12:13:06 +0900 Subject: [PATCH] nestjs_auth... --- src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index 6bb38db..9fcb6ff 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -49,7 +49,7 @@ export class AuthService { return user } - async updateRefreshKey(user: User): Promise { + async updateRefreshToken(user: User): Promise { const tokens = await this.getTokens(user) await this.userService.update({ where: { id: user.id },