DEV: rubocop
Dieser Commit ist enthalten in:
Ursprung
c394656ed8
Commit
399cc9c220
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -1,3 +1,4 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
class SplitCustomWizardLogFields < ActiveRecord::Migration[6.1]
|
class SplitCustomWizardLogFields < ActiveRecord::Migration[6.1]
|
||||||
def change
|
def change
|
||||||
reversible do |dir|
|
reversible do |dir|
|
||||||
|
@ -16,8 +17,7 @@ class SplitCustomWizardLogFields < ActiveRecord::Migration[6.1]
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if log_json.key?('message') && log_json['message'].is_a?(String)
|
||||||
if log_json.key?('message') and log_json['message'].is_a? String
|
|
||||||
|
|
||||||
attr_strs = []
|
attr_strs = []
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren