Skip to content

Commit 8beec7e

Browse files
committed
[B2B-7314] Fix undeclared name pg
1 parent ebb59f5 commit 8beec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/pg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13-
"github.com/go-pg/pg/v10"
13+
pg "github.com/go-pg/pg/v10"
1414
_ "github.com/lib/pq"
1515
"github.com/sirupsen/logrus"
1616
"github.com/spf13/viper"

0 commit comments

Comments
 (0)