fix(backend): added missing ch import (#2123)

This commit is contained in:
Alexander 2024-04-23 16:25:16 +02:00 committed by GitHub
parent 5022688c5f
commit dfd2b3a6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ import (
"strings"
"time"
"github.com/ClickHouse/clickhouse-go/v2"
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
"openreplay/backend/internal/config/connector"