Skip to content

Commit

Permalink
Merge pull request ZennerIoT#35 from goaero/rauan/fix-tracked-schemas
Browse files Browse the repository at this point in the history
add default return on tracked schemas
  • Loading branch information
narrowtux authored May 28, 2020
2 parents a013acf + d1e3ffc commit 8501525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tracking/tracking.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule ExAudit.Tracking do
end

defp tracked_schemas do
Application.get_env(:ex_audit, :tracked_schemas)
Application.get_env(:ex_audit, :tracked_schemas, [])
end

defp version_schema do
Expand Down

0 comments on commit 8501525

Please sign in to comment.