Skip to content

Commit

Permalink
refactor(lint): Fix linter issue in appinformer
Browse files Browse the repository at this point in the history
Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis committed Feb 21, 2024
1 parent 88693ef commit 3d7d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/informers/application/appinformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func NewAppInformer(ctx context.Context, client appclientset.Interface, namespac
},
},
)
i.AppInformer.AddEventHandler(
_, _ = i.AppInformer.AddEventHandler(
cache.ResourceEventHandlerFuncs{
AddFunc: func(obj interface{}) {
app, ok := obj.(*v1alpha1.Application)
Expand Down

0 comments on commit 3d7d9ab

Please sign in to comment.