mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-06 06:26:15 +01:00
chore: refactor
This commit is contained in:
@@ -165,7 +165,7 @@ type AddInvoiceResponseBody struct {
|
||||
// @Security OAuth2Password
|
||||
func (controller *InvoiceController) AddInvoice(c echo.Context) error {
|
||||
userID := c.Get("UserID").(int64)
|
||||
limits := controller.svc.GetLimitsFromContext(c)
|
||||
limits := controller.svc.GetLimits(c)
|
||||
|
||||
var body AddInvoiceRequestBody
|
||||
|
||||
|
||||
Reference in New Issue
Block a user