Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 16, 2023
1 parent 80833dc commit 25a6b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/listen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ export async function listen(
url: getURL("localhost", baseURL),
type: "local",
});
if (listhenOptions.ipc !== "_____") { return urls; }
if (listhenOptions.ipc !== "_____") {
return urls;
}

// Add public URL
const publicURL =
Expand Down

0 comments on commit 25a6b98

Please sign in to comment.