Fix: set these fields in condition below only (#273)

Co-authored-by: Richard <richard@communiteq.com>
This commit is contained in:
communiteq 2021-12-24 01:24:57 +01:00 committed by GitHub
parent 8184c5fa98
commit 43f93d9611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -283,8 +283,6 @@ class ::Assigner
type: type, type: type,
topic_id: topic.id, topic_id: topic.id,
topic_title: topic.title, topic_title: topic.title,
assigned_to_id: assign_to.id,
assigned_to_username: assign_to.username,
assigned_by_id: @assigned_by.id, assigned_by_id: @assigned_by.id,
assigned_by_username: @assigned_by.username assigned_by_username: @assigned_by.username
} }