Skip to content

Commit

Permalink
fix: hostname assignment to public bucket when uploading world manife…
Browse files Browse the repository at this point in the history
…st (#452)
  • Loading branch information
aleortega authored Apr 18, 2024
1 parent 790fc6d commit 0293ca9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/entities/CheckScenes/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ export async function updateGenesisCityManifest() {
throw new Error("Invalid AWS response")
}

if (BUCKET_HOSTNAME) {
url.hostname = BUCKET_HOSTNAME
}

return url.toString()
})

Expand Down

0 comments on commit 0293ca9

Please sign in to comment.