feat: Add the ability to un-assign teams using automation (#9668)

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Clairton Rodrigo Heinzen
2024-06-26 16:40:36 -03:00
committed by GitHub
parent f7f687ce53
commit 96f4f50d2d
5 changed files with 60 additions and 9 deletions

View File

@@ -48,7 +48,6 @@ class JsonSchemaValidator < ActiveModel::Validator
# Add validation errors to the record with a formatted statement
validation_errors.each do |error|
# byebug
format_and_append_error(error, record)
end
end