Skip to content

Commit

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

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

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

public static from(value: ICreateSharedLocalAttributeParams | CreateSharedLocalAttributeParamsJSON): CreateSharedLocalAttributeParams {
return this.fromAny(value);
Expand Down

0 comments on commit 9bd016e

Please sign in to comment.