import { commentOnNote } from "osm-api";
await commentOnNote(123456, "i also visited this café");Response:
same as createNote
import { commentOnNote } from "osm-api";
await commentOnNote(123456, "i also visited this café");Response:
same as createNote