Apply review suggestion from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
bdb637047b
commit
ed69d84d48
|
@ -59,7 +59,7 @@ module UseCase
|
|||
def increment_asked_count
|
||||
unless source_user_id && !anonymous && !direct
|
||||
# Only increment the asked count of the source user if the question
|
||||
# is not anonymous, and we actually have a source user
|
||||
# is not anonymous, and is not direct, and we actually have a source user
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue