forked from AkkomaGang/akkoma
Credo fix (remove parens on function definition)
This commit is contained in:
parent
f21dbbc021
commit
a6e85215e1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ defmodule Pleroma.Web.PleromaAPI.EmojiAPIController do
|
|||
|
||||
require Logger
|
||||
|
||||
def emoji_dir_path() do
|
||||
def emoji_dir_path do
|
||||
Path.join(
|
||||
Pleroma.Config.get!([:instance, :static_dir]),
|
||||
"emoji"
|
||||
|
|
Loading…
Reference in a new issue