Skip to content

Commit 7fb81a0

Browse files
authored
quote audio logs (#973)
1 parent 9639cf7 commit 7fb81a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/pa_ess/updater.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ defmodule PaEss.Updater do
8080
|> Enum.map(fn {{tts_audio, pages}, tag, log_meta} ->
8181
case tts_audio do
8282
{:url, url} ->
83-
[audio_url: url]
83+
[audio_url: inspect(url)]
8484

8585
{:spanish, text} ->
86-
[audio: text]
86+
[audio: inspect(text)]
8787

8888
text ->
89-
[audio: text]
89+
[audio: inspect(text)]
9090
end ++
9191
[
9292
sign_id: id,

0 commit comments

Comments
 (0)