Skip to content

Commit

Permalink
Remove plug from extra_applications.
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandUsurper committed May 3, 2024
1 parent 73faf6d commit 3ef0ac2
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 @@ -30,7 +30,7 @@ defmodule Stripe.Mixfile do
# Configuration for the OTP application
def application do
[
extra_applications: [:plug],
extra_applications: [],
env: env(),
mod: {Stripe, []}
]
Expand Down

0 comments on commit 3ef0ac2

Please sign in to comment.