Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Sep 30, 2024
1 parent 9341e51 commit 0636d69
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export const authAppleDefaultConfig = registerAs(
teamID: process.env.APPLE_TEAM_ID ?? '',
keyID: process.env.APPLE_KEY_ID ?? '',
privateKeyLocation: process.env.APPLE_PRIVATE_KEY_LOCATION ?? '',
privateKeyString:
process.env.APPLE_PRIVATE_KEY_STRING ?? '',
privateKeyString: process.env.APPLE_PRIVATE_KEY_STRING ?? '',
passReqToCallback: false,
scope:
'APPLE_SCOPE' in process.env && process.env.APPLE_SCOPE
Expand Down

0 comments on commit 0636d69

Please sign in to comment.