Skip to content

Commit

Permalink
fix: application should be reporter when destination is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Dec 22, 2023
1 parent f571423 commit f5398c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions event_reporter/reporter/feature_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ func (f *FeatureManager) Watch() {
}

func (f *FeatureManager) ShouldReporterRun() bool {
//return f.shouldRun
return true
return f.shouldRun
}

0 comments on commit f5398c6

Please sign in to comment.