godot-engine.supabase
godot-engine.supabase copied to clipboard
fix case on "FILTERS.IN"
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
Currently when using the SupabaseQuery.In function, it resolves to "in" where the concerned object has key "In". This throws an error.
What is the new behavior?
SupabaseQuery.In works properly