Make lint happy
This commit is contained in:
parent
2fa1ca84e6
commit
9f4c5743e8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
defmodule Pleroma.Web.Plugs.SetLocalePlug do
|
defmodule Pleroma.Web.Plugs.SetLocalePlug do
|
||||||
import Plug.Conn, only: [get_req_header: 2, assign: 3]
|
import Plug.Conn, only: [get_req_header: 2, assign: 3]
|
||||||
|
|
||||||
def frontend_language_cookie_name(), do: "userLanguage"
|
def frontend_language_cookie_name, do: "userLanguage"
|
||||||
|
|
||||||
def init(_), do: nil
|
def init(_), do: nil
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue