Browse Source

Fix credo warning

chore/benchmark-dedicated-db
Egor Kislitsyn 4 years ago
parent
commit
1216b546c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/application.ex

+ 1
- 1
lib/pleroma/application.ex View File

@@ -68,7 +68,7 @@ defmodule Pleroma.Application do
Supervisor.start_link(children, opts)
end

def load_custom_modules() do
def load_custom_modules do
dir = Pleroma.Config.get([:instance, :custom_modules_dir])

if dir && File.exists?(dir) do


Loading…
Cancel
Save