Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Dec 7, 2023
1 parent a1c01bc commit 345995f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class WorkFormComponent implements OnInit {
formGroup: UntypedFormGroup,
externalIdentifierType: string
): AsyncValidatorFn {
return (control: AbstractControl) => {
return (control: AbstractControl) => {
return this._workService
.validateWorkIdTypes(externalIdentifierType, control.value)
.pipe(
Expand Down Expand Up @@ -311,7 +311,7 @@ export class WorkFormComponent implements OnInit {
}
}
})
)
)
}
}

Expand Down

0 comments on commit 345995f

Please sign in to comment.