This commit is contained in:
Mayel de Borniol 2024-03-07 21:46:13 +00:00
parent fd9574bad3
commit 1a2842cb5a

View file

@ -1,6 +1,6 @@
import Config
if System.get_env("WITH_API_GRAPHQL") !="yes" do
if System.get_env("WITH_API_GRAPHQL") != "yes" do
config :bonfire_api_graphql,
modularity: :disabled
end