We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b908b commit 3c473e9Copy full SHA for 3c473e9
pkg/notifier/NotificationConfigService.go
@@ -780,15 +780,6 @@ func (impl *NotificationConfigServiceImpl) FindNotificationSettingOptions(settin
780
}
781
782
783
- if teamResponse != nil || appResponse != nil {
784
- ciMatching := &beans.SearchFilterResponse{
785
- PipelineType: string(util.CI),
786
- TeamResponse: teamResponse,
787
- AppResponse: appResponse,
788
- }
789
- searchFilterResponse = append(searchFilterResponse, ciMatching)
790
791
-
792
if teamResponse != nil || appResponse != nil || envResponse != nil || clusterResponse != nil {
793
cdMatching := &beans.SearchFilterResponse{
794
PipelineType: string(util.CD),
0 commit comments