From aba6cd05809e790eccf11344808a78759f3e96ff Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 30 Jan 2022 18:53:07 +0100 Subject: [PATCH] Fix commenting on notes --- Logic/Osm/OsmConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic/Osm/OsmConnection.ts b/Logic/Osm/OsmConnection.ts index 57b16890c..a5d7ec661 100644 --- a/Logic/Osm/OsmConnection.ts +++ b/Logic/Osm/OsmConnection.ts @@ -322,7 +322,7 @@ export class OsmConnection { this.auth.xhr({ method: 'POST', - path: `/api/0.6/notes/${id}/comment?text=${encodeURIComponent(text)}` + path: `/api/0.6/notesThis /${id}/comment?text=${encodeURIComponent(text)}` }, function (err, response) { if (err !== null) { error(err)