From bdcb386dffb13a8af7ca34d238110a948e8b3b8d Mon Sep 17 00:00:00 2001 From: soukainna Date: Fri, 3 Mar 2023 17:22:43 +0100 Subject: [PATCH] try to fix some err --- handlers/application/beneficiaries.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/application/beneficiaries.go b/handlers/application/beneficiaries.go index 460140c..e99c092 100644 --- a/handlers/application/beneficiaries.go +++ b/handlers/application/beneficiaries.go @@ -54,7 +54,6 @@ func (h *ApplicationHandler) BeneficiariesList(w http.ResponseWriter, r *http.Re cacheid := uuid.NewString() h.cache.PutWithTTL(cacheid, accounts, 1*time.Hour) - h.Renderer.BeneficiariesList(w, r, accounts, cacheid) }