Skip to content

Commit d4a6550

Browse files
committed
fix lint
1 parent edad8ea commit d4a6550

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: kubernetes.js

-4
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ const createIngress = async (project, options) => {
371371
}
372372

373373
const createCustomIngress = async (project, hostname, options) => {
374-
try {
375374
const prefix = project.safeName.match(/^[0-9]/) ? 'srv-' : ''
376375
const url = new URL(project.url)
377376
url.host = hostname
@@ -415,9 +414,6 @@ const createCustomIngress = async (project, hostname, options) => {
415414
console.log(JSON.stringify(customIngress))
416415

417416
return customIngress
418-
} catch (err) {
419-
console.log(err)
420-
}
421417
}
422418

423419
const createProject = async (project, options) => {

0 commit comments

Comments
 (0)