Skip to content

Commit 9353bb1

Browse files
committed
Fixed challenge model issue
1 parent 5d2591b commit 9353bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maproulette/models/challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def to_dict(self):
352352
"overpassQL": self._overpassQL,
353353
"defaultPriority": self._default_priority,
354354
"highPriorityRule": self._high_priority_rule,
355-
"mediumPriorityTule": self._medium_priority_rule,
355+
"mediumPriorityRule": self._medium_priority_rule,
356356
"lowPriorityRule": self._low_priority_rule,
357357
"defaultZoom": self._default_zoom,
358358
"minZoom": self._min_zoom,

0 commit comments

Comments
 (0)