fix import issue

This commit is contained in:
allanice001
2026-01-06 09:59:23 +00:00
parent bdd6b61859
commit 5aff256377
2 changed files with 25 additions and 27 deletions

View File

@@ -16,7 +16,6 @@ import (
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/cors"
"github.com/go-chi/httprate"
"gorm.io/gorm"

View File

@@ -503,7 +503,6 @@ func ListRecordSets(db *gorm.DB) http.HandlerFunc {
}
}
// GetRecordSet godoc
//
// @ID GetRecordSet