Skip to content

Commit

Permalink
Merge pull request #494 from VKCOM/akadyrov/task/create_hash_response…
Browse files Browse the repository at this point in the history
…_types/MA-16432

MA-16432 fix create hash response
  • Loading branch information
7lexik0n authored Jan 15, 2024
2 parents c195ceb + f3f9432 commit a439976
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 a439976

Please sign in to comment.