Skip to content

Commit

Permalink
Update employment string
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Jan 12, 2024
1 parent 11c26d1 commit 8961d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/core/register2/register2.form-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function Register2FormAdapterMixin<T extends Constructor<any>>(base: T) {
},
departmentName: { value: departmentName },
roleTitle: { value: roleTitle },
affiliationType: { value: 'Employment' },
affiliationType: { value: 'employment' },
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions src/app/core/register2/register2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ export class Register2Service extends _RegisterServiceMixingBase {
)
)
.pipe(
tap((value) => {
throw 'nothing'
}),

retry(3),
catchError((error) =>
this._errorHandler.handleError(error, ERROR_REPORT.REGISTER)
Expand Down

0 comments on commit 8961d2e

Please sign in to comment.