Skip to content

Commit 80c5562

Browse files
asmyasnikovCopilot
andauthored
Update database/ydb/ydb.go
Co-authored-by: Copilot <[email protected]>
1 parent 4a88e6e commit 80c5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/ydb/ydb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func WithInstance(instance *sql.DB, config *Config) (database.Driver, error) {
7373
config.LockTable = defaultLockTable
7474
}
7575

76-
conn, err := instance.Conn(context.TODO())
76+
conn, err := instance.Conn(context.Background())
7777
if err != nil {
7878
return nil, err
7979
}

0 commit comments

Comments
 (0)