Skip to content

Commit 398cfc0

Browse files
committed
fix lint
1 parent a0d53f2 commit 398cfc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/providers/identity.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,7 @@ export function generateResponsePayload(
679679
return {};
680680
}
681681

682-
const { recaptchaActionOverride, ...formattedAuthResponse } =
683-
authResponse;
682+
const { recaptchaActionOverride, ...formattedAuthResponse } = authResponse;
684683
const result = {} as ResponsePayload;
685684
const updateMask = getUpdateMask(formattedAuthResponse);
686685

0 commit comments

Comments
 (0)