Skip to content

Commit

Permalink
Remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Sep 10, 2024
1 parent d7836be commit bd7bc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/orcasite/radio/audio_image.ex
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ defmodule Orcasite.Radio.AudioImage do

date_string = record.start_time |> DateTime.to_date() |> to_string()

# Convert to string like: ""2024-09-10_17-41-53Z"
# Convert to string like: "2024-09-10_17-41-53Z"
start_time_string =
record.start_time
|> DateTime.truncate(:second)
Expand Down

0 comments on commit bd7bc81

Please sign in to comment.