Skip to content

Commit

Permalink
Fix Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahe Shahinyan committed Dec 28, 2023
1 parent 5e38df3 commit c2fcaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SignInButtons/AppleSignIn/index.ios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CONST from '@src/CONST';

/**
* Apple Sign In method for iOS that returns identityToken.
* @returns Promise that returns a string when resolved
* @returns Promise that returns a string when resolved
*/
function appleSignInRequest(): Promise<string | null | undefined> {
return appleAuth
Expand Down

0 comments on commit c2fcaf4

Please sign in to comment.