Skip to content

Commit

Permalink
no need to explicitly declare the redix application
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Feb 3, 2024
1 parent f3c9c2a commit 7e933cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule FunWithFlags.Mixfile do
if System.get_env("PERSISTENCE") == "ecto" do
apps ++ [:ecto, :ecto_sql, :postgrex]
else
[:redix | apps]
apps
end

apps =
Expand Down

0 comments on commit 7e933cd

Please sign in to comment.