godot-engine.supabase icon indicating copy to clipboard operation
godot-engine.supabase copied to clipboard

fix case on "FILTERS.IN"

Open benjamin-t-wilson opened this issue 1 year ago • 0 comments

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

benjamin-t-wilson avatar Oct 31 '24 17:10 benjamin-t-wilson