Skip to content

Commit

Permalink
Merge pull request #30 from port-labs/PORT-5363-removed-extra-handler…
Browse files Browse the repository at this point in the history
…-stop

removed extra handler stop
  • Loading branch information
yairsimantov20 authored Dec 31, 2023
2 parents af6615a + 8735d8a commit ffe79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/event_handler/event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Start(eventListener IListener, initControllerHandler func() (IStoppableRsyn
if controllerHandler != nil {
controllerHandler.Stop()
}
controllerHandler.Stop()

newController, resyncErr := initControllerHandler()
controllerHandler = newController

Expand Down

0 comments on commit ffe79d7

Please sign in to comment.