Make lint happy

This commit is contained in:
Tusooa Zhu 2022-02-21 19:12:32 -05:00
parent 2fa1ca84e6
commit 9f4c5743e8
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
defmodule Pleroma.Web.Plugs.SetLocalePlug do
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