From 863de29e1d7f9e4fddf4c1902aac1e4cba9ddd3c Mon Sep 17 00:00:00 2001 From: Andrew Schleifer Date: Wed, 23 May 2018 11:11:24 -0500 Subject: [PATCH] FIX Extra blank line detected --- plugin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 8409bec..0a7ab98 100644 --- a/plugin.rb +++ b/plugin.rb @@ -168,7 +168,6 @@ after_initialize do end end - add_to_serializer(:topic_view, :assigned_to_user, false) do DiscourseAssign::Helpers.build_assigned_to_user(assigned_to_user_id, object.topic) end