fix: unused time import in tenant_store.go

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sysops
2026-03-18 00:19:00 +01:00
parent 78d83d3e98
commit e333e34a03
-1
View File
@@ -12,7 +12,6 @@ import (
"encoding/json"
"fmt"
"io"
"time"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgxpool"