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:
Marius Balteanu
2025-12-08 09:27:57 +00:00
parent 28402ec9bd
commit 5141701b78

View File

@@ -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