We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d2591b + 9353bb1 commit ddaf85dCopy full SHA for ddaf85d
1 file changed
maproulette/models/challenge.py
@@ -352,7 +352,7 @@ def to_dict(self):
352
"overpassQL": self._overpassQL,
353
"defaultPriority": self._default_priority,
354
"highPriorityRule": self._high_priority_rule,
355
- "mediumPriorityTule": self._medium_priority_rule,
+ "mediumPriorityRule": self._medium_priority_rule,
356
"lowPriorityRule": self._low_priority_rule,
357
"defaultZoom": self._default_zoom,
358
"minZoom": self._min_zoom,
0 commit comments