Skip to content

Commit

Permalink
Update app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ainvoner committed Jun 29, 2023
1 parent 6fb151d commit 6dc567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wing-console/console/server/src/router/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export const createAppRouter = () => {
if(ctx.hostUtils?.openExternal) {
await ctx.hostUtils.openExternal(input.url);
} else {
await open(input.url);
await open(input.url);
}
}),
});
Expand Down

0 comments on commit 6dc567d

Please sign in to comment.