Skip to content

Commit

Permalink
add default return on tracked schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
rauann committed May 24, 2020
1 parent a013acf commit d1e3ffc
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 d1e3ffc

Please sign in to comment.