Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Sep 29, 2024
1 parent 8cdb3ba commit c6d6bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teslamate/log.ex
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ defmodule TeslaMate.Log do
def get_positions_without_elevation(min_id \\ 0, opts \\ []) do
limit = Keyword.get(opts, :limit, 100)

{:ok, date_earliest} =
{:ok, date_earliest, 0} =
cond do
min_id == 0 and Mix.env() != :test ->
DateTime.add(DateTime.utc_now(), -10, :day)
Expand Down

0 comments on commit c6d6bf2

Please sign in to comment.