aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2019-09-17 13:42:28 +0000
committerRoman Chvanikov <chvanikoff@pm.me>2019-09-17 13:42:28 +0000
commit2688b876abf5ebd48d18e460eee7db992f984f5a (patch)
tree0eac376cf00d8e26d623e6a50f5299f9a1ea9175
parent6042e21b25885f9c3214d3296d9d2fdf35ad58ea (diff)
downloadpleroma-2688b876abf5ebd48d18e460eee7db992f984f5a.tar.gz
Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
-rw-r--r--lib/pleroma/web/pleroma_api/subscription_notification_controller.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex b/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
index bfc2631dd..d5da92946 100644
--- a/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
+++ b/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
@@ -9,7 +9,6 @@ defmodule Pleroma.Web.PleromaAPI.SubscriptionNotificationController do
alias Pleroma.SubscriptionNotification
alias Pleroma.Web.PleromaAPI.PleromaAPI
- alias Pleroma.Web.PleromaAPI.SubscriptionNotificationView
def list(%{assigns: %{user: user}} = conn, params) do
notifications = PleromaAPI.get_subscription_notifications(user, params)