Skip to content

Commit

Permalink
fix: remove run_migrations pattern match
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed May 4, 2022
1 parent 2b9de29 commit 558c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions/postgres/postgres_dynamic_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Extensions.Postgres.DynamicSupervisor do

@impl true
def init(args) do
:ok = run_migrations(args)
run_migrations(args)

{:ok, conn} =
Postgrex.start_link(
Expand Down

0 comments on commit 558c435

Please sign in to comment.