Skip to content

Commit

Permalink
update: #1218
Browse files Browse the repository at this point in the history
  • Loading branch information
pooza committed Jan 2, 2025
1 parent 7033617 commit e1d0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/tomato_shrieker/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test?

def bot?
return self['/dest/account/bot'] unless self['/dest/account/bot'].nil?
return false
return true
end

def templates
Expand Down

0 comments on commit e1d0215

Please sign in to comment.