1
0

fix: lint

This commit is contained in:
kolaente
2024-01-14 22:23:33 +01:00
parent ec6e3e99e0
commit 2c84688a40

View File

@ -17,10 +17,11 @@
package models
import (
"code.vikunja.io/api/pkg/log"
"net/http"
"strings"
"code.vikunja.io/api/pkg/log"
"github.com/labstack/echo/v4"
)