godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
284 stars 85 forks source link

Possible fix to type issue #320

Closed Gramps closed 4 months ago

Gramps commented 4 months ago

This may or may not fix the issue with type. The code is untested but adds a catch for type and forces it to be image if it comes through empty or null which seems to be the cause of approval failure. I'd feel better testing this in a dev environment instead of pushing it live.

coppolaemilio commented 4 months ago

After some discussion, we are going to try it out in prod to see if the issue persists. This will probably fix future submissions but not the current pending ones.