Fixed codeclimate issues and removed unnecessary files

This commit is contained in:
Sergei Tsõganov 2022-03-21 11:23:42 +02:00 committed by Sergei Tsõganov
parent f59c6ee5c3
commit d50c3f0b45
12 changed files with 12 additions and 105 deletions

View file

@ -5,8 +5,6 @@ builder.extension do
builder.tag!('changePoll:date', action.created_at.utc.xmlschema)
builder.tag!('changePoll:svTRID', action.id)
builder.tag!('changePoll:who', action.user)
if action.bulk_action?
builder.tag!('changePoll:reason', 'Auto-update according to official data')
end
builder.tag!('changePoll:reason', 'Auto-update according to official data') if action.bulk_action?
end
end