Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 14, 2024
1 parent 2725f82 commit 4a66a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/clickhouse/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (c *ClickHouseConnector) NormalizeRecords(
chConn = c.database
} else {
var err error
chConn, err = Connect(errCtx, c.config)
chConn, err = Connect(errCtx, req.Env, c.config)
if err != nil {
return err
}
Expand Down

0 comments on commit 4a66a8c

Please sign in to comment.