Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop

This commit is contained in:
Pieter Vander Vennet 2022-02-16 01:00:54 +01:00
commit 2ed6e04a7a
7 changed files with 17 additions and 15 deletions

View file

@ -224,8 +224,6 @@ class AutomatonGui {
constructor() {
const osmConnection = new OsmConnection({
allElements: undefined,
changes: undefined,
singlePage: false,
oauth_token: QueryParameters.GetQueryParameter("oauth_token", "OAuth token")
});