diff options
Diffstat (limited to 'internal/db/bundb/bundb.go')
-rw-r--r-- | internal/db/bundb/bundb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/bundb.go b/internal/db/bundb/bundb.go index 2fc65364f..1579fae76 100644 --- a/internal/db/bundb/bundb.go +++ b/internal/db/bundb/bundb.go @@ -282,7 +282,7 @@ func sqliteConn(ctx context.Context) (*DBConn, error) { } func pgConn(ctx context.Context) (*DBConn, error) { - opts, err := deriveBunDBPGOptions() + opts, err := deriveBunDBPGOptions() //nolint:contextcheck if err != nil { return nil, fmt.Errorf("could not create bundb postgres options: %s", err) } |