Skip to content

Commit

Permalink
Update src/utils/kubernetes/httproute-list.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Mar 3, 2025
1 parent 5e618ca commit f2e34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/kubernetes/httproute-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default async function listHttpRoute() {
}),
);

httpRouteList = httpRouteListUnfiltered.flat().filter((httpRoute) => httpRoute !== undefined);
httpRouteList = httpRouteListUnfiltered.flat().filter((httpRoute) => httpRoute);
}
}
return httpRouteList;
Expand Down

0 comments on commit f2e34b2

Please sign in to comment.