Skip to content

Commit

Permalink
fix(core): set tags in MediationRecord constructor (#686)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris authored Mar 29, 2022
1 parent e383343 commit 1b01bce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class MediationRecord
this.role = props.role
this.endpoint = props.endpoint ?? undefined
this.pickupStrategy = props.pickupStrategy
this._tags = props.tags ?? {}
}
}

Expand Down

0 comments on commit 1b01bce

Please sign in to comment.