forked from MapComplete/MapComplete
Small refactoring, fix logic which possibly caused #659 (to be confirmed)
This commit is contained in:
parent
776387a640
commit
f447854834
6 changed files with 16 additions and 23 deletions
|
@ -23,8 +23,7 @@ export class ChangesetHandler {
|
|||
private readonly auth: any;
|
||||
private readonly backend: string;
|
||||
|
||||
constructor(layoutName: string,
|
||||
dryRun: UIEventSource<boolean>,
|
||||
constructor(dryRun: UIEventSource<boolean>,
|
||||
osmConnection: OsmConnection,
|
||||
allElements: ElementStorage,
|
||||
changes: Changes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue