forked from MapComplete/MapComplete
Small changes, add version number
This commit is contained in:
parent
85dea15c83
commit
2bfeb67a3a
6 changed files with 12 additions and 7 deletions
|
@ -336,7 +336,7 @@ export class OsmConnection {
|
|||
return;
|
||||
}
|
||||
const mapping = OsmConnection.parseUploadChangesetResponse(response);
|
||||
console.log("Uplaoded changeset ", changesetId);
|
||||
console.log("Uploaded changeset ", changesetId);
|
||||
continuation(changesetId, mapping);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue