Skip to content

Commit 116fca5

Browse files
onurtemizkanlforst
andcommitted
Update packages/core/src/integrations/supabase.ts
Co-authored-by: Luca Forstner <[email protected]>
1 parent ace4036 commit 116fca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/supabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function instrumentPostgRESTFilterBuilder(PostgRESTFilterBuilder: PostgRESTFilte
348348
queryItems.push(translateFiltersIntoMethods(key, value));
349349
}
350350

351-
const body: Record<string, unknown> = {};
351+
const body: Record<string, unknown> = Object.create(null);
352352
if (isPlainObject(typedThis.body)) {
353353
for (const [key, value] of Object.entries(typedThis.body)) {
354354
body[key] = value;

0 commit comments

Comments
 (0)