Skip to content

Commit 3c473e9

Browse files
committed
fix for view notif
1 parent 68b908b commit 3c473e9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/notifier/NotificationConfigService.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -780,15 +780,6 @@ func (impl *NotificationConfigServiceImpl) FindNotificationSettingOptions(settin
780780
}
781781
}
782782

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-
792783
if teamResponse != nil || appResponse != nil || envResponse != nil || clusterResponse != nil {
793784
cdMatching := &beans.SearchFilterResponse{
794785
PipelineType: string(util.CD),

0 commit comments

Comments
 (0)