We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0814bf1 commit f98f481Copy full SHA for f98f481
handlers/transaction.go
@@ -86,7 +86,6 @@ func (h *DeleteTransactionHandlerImpl) Handle(params transactions.DeleteTransact
86
return transactions.NewDeleteTransactionDefault(int(*e.Code)).WithPayload(e)
87
}
88
err = configuration.DeleteTransaction(params.ID)
89
-
90
if err != nil {
91
e := misc.HandleError(err)
92
if strings.HasSuffix(*e.Message, "does not exist") {
0 commit comments