Skip to content

Commit

Permalink
Merge pull request #311 from forta-network/kisel/forta-1603-delete-an…
Browse files Browse the repository at this point in the history
…d-stop-storing-batch-receipts-on-s3

Remove AlertBatch response
  • Loading branch information
dkeysil authored Apr 23, 2024
2 parents 6db6ee9 + 8f70d5d commit edccde9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions domain/alert_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ type AlertBatchRequest struct {
SignedBatchSummary *protocol.SignedPayload `json:"signedBatchSummary"`
}

// AlertBatchResponse is the response from the alerts API
type AlertBatchResponse struct {
ReceiptID string `json:"receiptId"`
SignedReceipt *protocol.SignedPayload `json:"signedReceipt"`
}

// AlertBatchMessage is passed to batch processing asynchronously
type AlertBatchMessage struct {
Scanner string `json:"scanner"`
Expand Down

0 comments on commit edccde9

Please sign in to comment.