Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Apr 17, 2024
1 parent 456495d commit ed31bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (s *Source) Open(ctx context.Context, pos sdk.Position) error {
return fmt.Errorf("failed to create long polling iterator: %w", err)
}

// TODO: check how to keep this reference
// TODO: Address once https://github.com/ConduitIO/conduit-connector-postgres/pull/132 ships
s.iterator = snap
}
default:
Expand Down

0 comments on commit ed31bc1

Please sign in to comment.