mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix warnings
This commit is contained in:
parent
091fafd5e2
commit
ae476b45d8
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ defmodule PhilomenaWeb.Image.CommentController do
|
|||
alias Philomena.UserStatistics
|
||||
alias Philomena.Comments
|
||||
alias Philomena.Images
|
||||
alias Philomena.Repo
|
||||
import Ecto.Query
|
||||
|
||||
plug PhilomenaWeb.FilterBannedUsersPlug when action in [:create, :edit, :update]
|
||||
plug PhilomenaWeb.UserAttributionPlug when action in [:create]
|
||||
|
|
Loading…
Reference in a new issue