Skip to content

Commit 2440d23

Browse files
committed
fix(admin): base map assets download url
1 parent a95c2fa commit 2440d23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin/app/services/map_service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ export class MapService implements IMapService {
6666

6767
const defaultTarFileURL = new URL(
6868
this.baseAssetsTarFile,
69-
'https://github.com/Crosstalk-Solutions/project-nomad-maps/blob/master'
69+
'https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/'
7070
)
71-
defaultTarFileURL.searchParams.append('raw', 'true')
7271

7372
const resolvedURL = url ? new URL(url) : defaultTarFileURL
7473
await doResumableDownloadWithRetry({

0 commit comments

Comments
 (0)