Skip to content

Commit

Permalink
chore: Resolve config warning (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jan 18, 2024
1 parent 8bb6057 commit a327830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import Config

# By default, ExMachina will convert datetime values to a map with string
# keys such as
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :ex_machina, preserve_dates: true

Expand Down

0 comments on commit a327830

Please sign in to comment.