Skip to content

Commit

Permalink
The keys are not atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Aug 27, 2024
1 parent 2a8adf5 commit 07f44c0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/global_api/skins/skin_storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ defmodule GlobalApi.Skins.SkinStorage do
|> Base.url_decode64!(padding: false)
|> Jason.decode!()
|> Map.take([
:SkinResourcePatch,
:SkinGeometryData,
:SkinGeometryDataEngineVersion,
:SkinImageWidth,
:SkinImageHeight,
:SkinData,
:SkinAnimationData,
:AnimatedImageData,
:ArmSize,
:CapeOnClassicSkin,
:CapeImageWidth,
:CapeImageHeight,
:CapeData,
:PremiumSkin,
:PersonaSkin
"SkinResourcePatch",
"SkinGeometryData",
"SkinGeometryDataEngineVersion",
"SkinImageWidth",
"SkinImageHeight",
"SkinData",
"SkinAnimationData",
"AnimatedImageData",
"ArmSize",
"CapeOnClassicSkin",
"CapeImageWidth",
"CapeImageHeight",
"CapeData",
"PremiumSkin",
"PersonaSkin"
])
|> Jason.encode!()

Expand Down

0 comments on commit 07f44c0

Please sign in to comment.