Fix typo in maproulette meaning
This commit is contained in:
parent
afafe89113
commit
c52f89f5e6
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue