mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Temporary disable Lint/DuplicateBranch in webhook_payload.rb (#29664).
git-svn-id: https://svn.redmine.org/redmine/trunk@24208 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -139,7 +139,7 @@ class WebhookPayload
|
||||
news.created_on
|
||||
when 'deleted'
|
||||
Time.now
|
||||
else
|
||||
else # rubocop:disable Lint/DuplicateBranch
|
||||
# TODO: fix this by adding a update_on column for news.
|
||||
Time.now
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user