From 534fb9af48d50a4c9e83b6b4e13ed9e095daf4c0 Mon Sep 17 00:00:00 2001 From: stae1102 Date: Sat, 11 May 2024 19:13:18 +0900 Subject: [PATCH] fix: correct typo --- src/auth/util/oauth.util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/util/oauth.util.ts b/src/auth/util/oauth.util.ts index cc82794..108ea68 100644 --- a/src/auth/util/oauth.util.ts +++ b/src/auth/util/oauth.util.ts @@ -25,7 +25,7 @@ export class OAuthUtil { private readonly APPLE_PRIVATE_KEY = String( this.configService.get('APPLE_SECRET_KEY'), ) - .split(String.raw`'\n`) + .split(String.raw`\n`) .join('\n'); private readonly APPLE_KEY_ID = this.configService.get('APPLE_KEY_ID'); private readonly APPLE_REDIRECT_URI =