Fix typo in maproulette meaning

This commit is contained in:
Pieter Vander Vennet 2024-01-26 18:19:45 +01:00
parent afafe89113
commit c52f89f5e6

View file

@ -15,11 +15,11 @@ export default class Maproulette {
public static readonly STATUS_MEANING = { public static readonly STATUS_MEANING = {
0: "Open", 0: "Open",
1: "Fixed", 1: "Fixed",
2: "False positive", 2: "False_positive",
3: "Skipped", 3: "Skipped",
4: "Deleted", 4: "Deleted",
5: "Already fixed", 5: "Already fixed",
6: "Too hard", 6: "Too_hard",
9: "Disabled", 9: "Disabled",
} }
public static singleton = new Maproulette() public static singleton = new Maproulette()