mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
dropbox - fix load
This commit is contained in:
parent
21d9eb7d21
commit
e65ab24e06
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ async function loadFromDropbox() {
|
|||
const mapPath = document.getElementById("#loadFromDropboxSelect")?.value;
|
||||
|
||||
DEBUG && console.log("Loading map from Dropbox:", mapPath);
|
||||
const blob = await Cloud.providers.dropbox.load(map);
|
||||
const blob = await Cloud.providers.dropbox.load(mapPath);
|
||||
uploadMap(blob);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue