Merge pull request #2493 from internetee/2491-verbose-truemail-logs

changed truemail logs configs
This commit is contained in:
Timo Võhmar 2022-12-01 11:04:50 +02:00 committed by GitHub
commit b176d31306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@ class ValidationEvent < ApplicationRecord
smtp: 1,
}.freeze
store_accessor :event_data, :errors, :check_level, :email
store_accessor :event_data, :check_level, :email
belongs_to :validation_eventable, polymorphic: true