try to fix some err

This commit is contained in:
soukainna 2023-03-03 17:22:43 +01:00
parent 64521c01c1
commit bdcb386dff
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}