Skip to content

Commit

Permalink
fixed prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Borzenko committed Oct 17, 2024
1 parent f81e104 commit 009803f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export interface VerifyQueryResponse {
actual_hash?: string;
expected_hash?: string;
dataset_id?: string;
block_hash?:string
block_hash?: string;
};
}

0 comments on commit 009803f

Please sign in to comment.