Skip to content

Commit

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

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

0 comments on commit 5e618ca

Please sign in to comment.