mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
remove workaround
This commit is contained in:
parent
a374f67549
commit
084c7d3001
1 changed files with 0 additions and 1 deletions
|
|
@ -187,7 +187,6 @@ randomDrop = (user, delta, priority, streak = 0, options={}) ->
|
|||
# {task} task you want to score
|
||||
# {direction} 'up' or 'down'
|
||||
obj.score = (user, task, direction, options={}) ->
|
||||
return unless task
|
||||
|
||||
# This is for setting one-time temporary flags, such as streakBonus or itemDropped. Useful for notifying
|
||||
# the API consumer, then cleared afterwards
|
||||
|
|
|
|||
Loading…
Reference in a new issue