Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Aug 27, 2024
1 parent 4dc8431 commit 259e322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/global_api_web/web_socket/web_socket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule GlobalApiWeb.WebSocket do
end

def store(client_data, convert_code) do
GlobalApi.Skins.SkinStorage.store(client_data)
GlobalApi.Skins.SkinStorage.store(client_data, convert_code)
end

def websocket_handle({:json, %{"chain_data" => chain_data, "client_data" => client_data}}, state)
Expand Down

0 comments on commit 259e322

Please sign in to comment.