Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jul 5, 2024
1 parent 5d48825 commit 0acc92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/resolveBasePath.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const resolveBasePath = () => {
let baseUrl = import.meta.env.VITE_TAPIS_BASE_URL;
if (import.meta.env.VITE_SERVERLESS_DEPLOYMENT === "false") {
baseUrl = window.location.origin
if (import.meta.env.VITE_SERVERLESS_DEPLOYMENT === 'false') {
baseUrl = window.location.origin;
}

// Use the specified Tapis Base URL if a local deployment is detected
Expand Down

0 comments on commit 0acc92f

Please sign in to comment.