Skip to content

Commit

Permalink
MA-16432 fix create hash response
Browse files Browse the repository at this point in the history
  • Loading branch information
7lexik0n committed Jan 15, 2024
1 parent c195ceb commit f3f9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ export type CreateHashRequest = {

export type CreateHashResponse = {
ts: number;
hash: string;
sign: string;
payload?: string;
};

Expand Down

0 comments on commit f3f9432

Please sign in to comment.