Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Sep 19, 2024
1 parent 2c189e4 commit 3352955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export function isNoSavedCredentialFoundResponse(
* }
* ```
*/
export function isSuccessResponse(response: SignInResponse): response is SignInSuccessResponse {
export function isSuccessResponse(
response: SignInResponse,
): response is SignInSuccessResponse {
return response.type === 'success';
}

0 comments on commit 3352955

Please sign in to comment.