Skip to content

Commit 9f469f8

Browse files
committed
removes offset
1 parent 0456f72 commit 9f469f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/point.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def self.docbot
3636
.docbot_created(docbot_user.id)
3737
.need_review('pending')
3838
.limit(10)
39-
.offset(rand(100))
4039
.order('ml_score DESC')
4140
end
4241

0 commit comments

Comments
 (0)