Skip to content

Commit

Permalink
Fixed the test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespaologarcia committed Nov 28, 2023
1 parent b4097be commit 4a712a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ export default class ExistingRequestDisplay extends Mixins(
private async affiliateOrLogin (): Promise<any> {
if (this.isAuthenticated) {
await this.createAffiliation(this.nr)
if (isAmalgamation) {
if (this.isAmalgamation) {
await this.amalgamateNow(this.nr.entity_type_cd)
}
} else {
Expand Down

0 comments on commit 4a712a5

Please sign in to comment.