Skip to content

Commit

Permalink
fix: properly set major claim in graph constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jun 5, 2023
1 parent 48f9661 commit 9418814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class Graph implements GraphInterface {
this._analysts = assign(data.analysts);
}

this.majorClaim = data?.majorClaim;
this.metadata = data?.metadata ?? new Metadata();
this.userdata = data?.userdata ?? {};
}
Expand Down

0 comments on commit 9418814

Please # to comment.