Skip to content

Commit

Permalink
don't attempt to create duplicate issue regardless of delivered status
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 14, 2014
1 parent 5a3116d commit eadb4e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/issue_assigner.rb
Expand Up @@ -32,7 +32,6 @@ def assign_issue_for_sub(sub)
issue_assignments
WHERE
repo_subscription_id = '#{sub.id}'
AND delivered <> true
)
ORDER BY
random()
Expand Down

0 comments on commit eadb4e9

Please sign in to comment.