mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-23 15:05:45 +00:00
Merge branch 'emoji-pack-json-pretty' into 'develop'
Also pretty print pack.json See merge request pleroma/pleroma!1710
This commit is contained in:
commit
db0c00db8b
|
@ -242,7 +242,7 @@ keeping it in cache for #{div(cache_ms, 1000)}s")
|
|||
|
||||
File.write!(
|
||||
pack_file_p,
|
||||
Jason.encode!(%{pack: %{}, files: %{}})
|
||||
Jason.encode!(%{pack: %{}, files: %{}}, pretty: true)
|
||||
)
|
||||
|
||||
conn |> json("ok")
|
||||
|
|
Loading…
Reference in a new issue