Commit 734913ca2d652912939e2c58ffd8086c4979e8dc
1 parent
463c5a9b
Exists in
master
rubocop conformity
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/issue.rb
| ... | ... | @@ -34,7 +34,7 @@ class Issue |
| 34 | 34 | return false if errors.present? |
| 35 | 35 | |
| 36 | 36 | if issue_tracker.respond_to? :close_issue |
| 37 | - url = issue_tracker.close_issue(problem.issue_link, user: user.as_document) | |
| 37 | + issue_tracker.close_issue(problem.issue_link, user: user.as_document) | |
| 38 | 38 | end |
| 39 | 39 | |
| 40 | 40 | errors.empty? | ... | ... |