Skip to content

Commit

Permalink
Make executionResultsV1 optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Dec 23, 2024
1 parent 025c14d commit 4667be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class InfoGetDeployResult {
@jsonArrayMember(DeployExecutionResult, {
name: 'execution_results'
})
executionResultsV1: DeployExecutionResult[];
executionResultsV1?: DeployExecutionResult[];

rawJSON: any;

Expand Down

0 comments on commit 4667be1

Please sign in to comment.