Skip to content

Commit

Permalink
fix: lint prettier error
Browse files Browse the repository at this point in the history
fix: list prettier error
  • Loading branch information
amessbee committed Aug 8, 2024
1 parent 1f39e95 commit 98a9703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ const ENDPOINTS = {
};

const codeSpaceHostName = import.meta.env.VITE_HOSTNAME;
const codeSpaceDomain = import.meta.env.VITE_GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN;

const codeSpaceDomain = import.meta.env
.VITE_GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN;

if (codeSpaceHostName) {
ENDPOINTS.API = `https://${codeSpaceHostName}-1317.${codeSpaceDomain}`;
Expand Down

0 comments on commit 98a9703

Please sign in to comment.