Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Aug 27, 2024
1 parent 259e322 commit 2a8adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/global_api/skins/skin_storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ defmodule GlobalApi.Skins.SkinStorage do

DatabaseQueue.async_fn_call(fn ->
Repo.insert(%Schema{hash: identifier, skin: final_data, code: convert_code}, on_conflict: :nothing)
end)
end, [])
end
end

0 comments on commit 2a8adf5

Please sign in to comment.