From 43f93d9611c472bfe39beec4ab69cdbace2798fc Mon Sep 17 00:00:00 2001 From: communiteq Date: Fri, 24 Dec 2021 01:24:57 +0100 Subject: [PATCH] Fix: set these fields in condition below only (#273) Co-authored-by: Richard --- lib/assigner.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/assigner.rb b/lib/assigner.rb index d91fe17..17e5afe 100644 --- a/lib/assigner.rb +++ b/lib/assigner.rb @@ -283,8 +283,6 @@ class ::Assigner type: type, topic_id: topic.id, topic_title: topic.title, - assigned_to_id: assign_to.id, - assigned_to_username: assign_to.username, assigned_by_id: @assigned_by.id, assigned_by_username: @assigned_by.username }