chore: Update dependencies (#1173)
This commit is contained in:
@@ -67,9 +67,10 @@ class ConversationFinder
|
||||
end
|
||||
|
||||
def filter_by_assignee_type
|
||||
if @assignee_type == 'me'
|
||||
case @assignee_type
|
||||
when 'me'
|
||||
@conversations = @conversations.assigned_to(current_user)
|
||||
elsif @assignee_type == 'unassigned'
|
||||
when 'unassigned'
|
||||
@conversations = @conversations.unassigned
|
||||
end
|
||||
@conversations
|
||||
|
||||
Reference in New Issue
Block a user