diff --git a/controllers/invoicestream.ctrl.go b/controllers/invoicestream.ctrl.go index 4532c2f..6b30755 100644 --- a/controllers/invoicestream.ctrl.go +++ b/controllers/invoicestream.ctrl.go @@ -19,7 +19,7 @@ type InvoiceStreamController struct { type InvoiceEventWrapper struct { Type string `json:"type"` - Invoice *IncomingInvoice `json:"invoice, omitempty"` + Invoice *IncomingInvoice `json:"invoice,omitempty"` } func NewInvoiceStreamController(svc *service.LndhubService) *InvoiceStreamController {