Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
djeinstine committed Nov 8, 2024
1 parent d65cb63 commit cb2c7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/kubernetes/kubernetes-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,5 @@ export async function getUrlSchema(route) {
urlSchema = getUrlFromIngress(route);
}
return urlSchema;
}
}

0 comments on commit cb2c7b9

Please sign in to comment.