From 0b0d45fbb3d5b51feb25a9edd65a8c7127c62a32 Mon Sep 17 00:00:00 2001 From: avallete Date: Wed, 11 Sep 2024 12:57:33 +0200 Subject: [PATCH] chore: remove unused type --- pkg/config/config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index dd98c7e51..a4ce787e9 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -82,10 +82,6 @@ type CustomClaims struct { jwt.RegisteredClaims } -type DbSeed struct { - Enabled bool -} - const ( defaultJwtSecret = "super-secret-jwt-token-with-at-least-32-characters-long" defaultJwtExpiry = 1983812996