Skip to content

Add email as part of checking for reg. reference #11466

Add email as part of checking for reg. reference

Add email as part of checking for reg. reference #11466

Triggered via push January 8, 2024 11:27
Status Failure
Total duration 1m 14s
Artifacts

javascript.yml

on: push
Lint and test the codebase
1m 1s
Lint and test the codebase
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint and test the codebase: src/pages/Registration/Resume/useSubmit.ts#L22
Argument of type 'string' is not assignable to parameter of type '{ reference: string; email: string; }'.
Lint and test the codebase: src/pages/Registration/SigningResult/Success.tsx#L27
Argument of type 'string' is not assignable to parameter of type '{ reference: string; email: string; }'.
Lint and test the codebase: src/pages/Registration/Steps/index.tsx#L22
Argument of type 'string' is not assignable to parameter of type 'unique symbol | { reference: string; email: string; }'.
Lint and test the codebase: src/services/aws/registration/registration.ts#L80
Argument of type 'string' is not assignable to parameter of type '{ reference: string; email: string; }'.
Lint and test the codebase
Process completed with exit code 2.