fix: usar text/template en renovacion_service para parsear plantillas de correo

This commit is contained in:
Lizandro Guarnizo
2026-04-30 23:15:14 -05:00
parent ec8efe2dd7
commit ee1391db81
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"bytes"
"encoding/json"
"fmt"
"html/template"
"log"
"text/template"
"time"
"github.com/sujit-baniya/fiber-boilerplate/app"