Skip to content

Commit

Permalink
Update packages/consumption/src/modules/attributes/local/LocalAttribu…
Browse files Browse the repository at this point in the history
…teShareInfo.ts

Co-authored-by: Magnus Kuhn <[email protected]>
  • Loading branch information
sebbi08 and Magnus-Kuhn authored Sep 30, 2024
1 parent 9bd016e commit 057429a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class LocalAttributeShareInfo extends Serializable implements ILocalAttri

@serialize()
@validate({ nullable: true })
public thirdPartyAddress: CoreAddress;
public thirdPartyAddress?: CoreAddress;

public static from(value: ILocalAttributeShareInfo | LocalAttributeShareInfoJSON): LocalAttributeShareInfo {
return super.fromAny(value) as LocalAttributeShareInfo;
Expand Down

0 comments on commit 057429a

Please sign in to comment.