Skip to content

Commit

Permalink
Fix: ticket updates API
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 4, 2023
1 parent 2bbbc39 commit ed30797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handlers/tickets.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func prepareTicketUpdates(ctx *config.Context, updates []ticket.TicketUpdate, ha
if err != nil {
return nil, err
}
hash = operation.Hash
update.OperationHash = encoding.MustEncodeOperationHash(operation.Hash)
}
if len(hash) > 0 {
update.OperationHash = encoding.MustEncodeOperationHash(hash)
Expand Down

0 comments on commit ed30797

Please sign in to comment.