forked from MapComplete/MapComplete
Fix: fix error reporting
This commit is contained in:
parent
7f5544c1e5
commit
913add4295
5 changed files with 48 additions and 43 deletions
|
@ -40,7 +40,8 @@ export class ChangesetHandler {
|
|||
private readonly backend: string
|
||||
|
||||
/**
|
||||
* Contains previously rewritten IDs
|
||||
* Contains previously rewritten IDs, e.g. {"node/-1" --> "node/123456"}
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
public readonly _remappings = new Map<string, string>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue