From 618f61d3e8d9d5b51a6853b5b9a62154a0252772 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 31 Jan 2022 13:14:07 +0100 Subject: [PATCH] Fix typo --- 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 a5d7ec661e..57b16890c9 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/notesThis /${id}/comment?text=${encodeURIComponent(text)}` + path: `/api/0.6/notes/${id}/comment?text=${encodeURIComponent(text)}` }, function (err, response) { if (err !== null) { error(err)