Skip to content

Commit 631f0df

Browse files
committed
don't change the forward connector signature
1 parent fb24cb3 commit 631f0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/forwardconnector/forward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
// NewFactory returns a connector.Factory.
18-
func NewFactory() connector.Factory {
18+
func NewFactory() xconnector.Factory {
1919
return xconnector.NewFactory(
2020
metadata.Type,
2121
createDefaultConfig,

0 commit comments

Comments
 (0)