Skip to content

Commit

Permalink
Merge pull request #329 from Quickchive/fix/use-rs-256
Browse files Browse the repository at this point in the history
fix: correct typo
  • Loading branch information
stae1102 authored May 11, 2024
2 parents f3c7349 + 534fb9a commit 00a1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/util/oauth.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 00a1647

Please sign in to comment.