Wrong query formation

This is the failed query.
db.from("workspaces").select().limit(1).eq("teamId", "<teamId>").single();
I found this in the API logs in Supabase dashboard
"search": "?select=*&teamId=eq.T034WB3JR27&limit=1&teamId=eq.T0431JUG2DB&teamId=eq.T0431JUG2DB&teamId=eq.T0431JUG2DB&teamId=eq.T0431JUG2DB&teamId=eq.T0431JUG2DB&teamId=eq.T0431JUG2DB",
}

I'm not sure why the &teamId query is repeated so much. The teamId are different.
Was this page helpful?