Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Nov 13, 2024
1 parent 645db17 commit 513ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubehound/core/core_grpc_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func initCoreGrpcApi(ctx context.Context, khCfg *config.KubehoundConfig) (*api.I
}

func CoreGrpcApi(ctx context.Context, khCfg *config.KubehoundConfig) error {
ingestorApi, err := initCoreGrpcApi(ctx, khCfg)
ingestorApi, _ := initCoreGrpcApi(ctx, khCfg)
defer ingestorApi.Close(ctx)
// TODO: need to merge fix-observability branch to get the following events
// if err != nil {
Expand Down

0 comments on commit 513ddf4

Please sign in to comment.