aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/bridge.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/core/bridge.go')
-rw-r--r--bridge/core/bridge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/core/bridge.go b/bridge/core/bridge.go
index c6731ff9..95c0c2c4 100644
--- a/bridge/core/bridge.go
+++ b/bridge/core/bridge.go
@@ -330,7 +330,7 @@ func (b *Bridge) ImportAllSince(ctx context.Context, since time.Time) (<-chan Im
// relay all events while checking that everything went well
for event := range events {
- if event.Err != nil {
+ if event.Event == ImportEventError {
noError = false
}
out <- event