Skip to content

Commit 259e322

Browse files
committed
Whoops
1 parent 4dc8431 commit 259e322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/global_api_web/web_socket/web_socket.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defmodule GlobalApiWeb.WebSocket do
107107
end
108108

109109
def store(client_data, convert_code) do
110-
GlobalApi.Skins.SkinStorage.store(client_data)
110+
GlobalApi.Skins.SkinStorage.store(client_data, convert_code)
111111
end
112112

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

0 commit comments

Comments
 (0)