Skip to content

Commit

Permalink
now also adds the itnerceptors as syncers
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Apr 18, 2024
1 parent 792e717 commit 3edd3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ func (m *manager) Register(syncer syncertypes.Base) error {
}
m.interceptorsHandlers[int.Name()] = int
m.interceptors = append(m.interceptors, int)
} else {
m.syncers = append(m.syncers, syncer)
}

m.syncers = append(m.syncers, syncer)
return nil
}

Expand Down

0 comments on commit 3edd3d8

Please sign in to comment.