Skip to content

Commit 0ea2cdb

Browse files
onurtemizkans1gr1d
andcommitted
Update packages/core/src/integrations/supabase.ts
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent 0532f8a commit 0ea2cdb

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
@@ -435,7 +435,7 @@ function instrumentPostgrestQueryBuilder(PostgrestQueryBuilder: new () => Postgr
435435
}
436436

437437
// We need to wrap _all_ operations despite them sharing the same `PostgrestFilterBuilder`
438-
// constructor, as we don't know which method will be called first, an we don't want to miss any calls.
438+
// constructor, as we don't know which method will be called first, and we don't want to miss any calls.
439439
for (const operation of AVAILABLE_OPERATIONS) {
440440
instrumented.set(PostgrestQueryBuilder, {
441441
[operation]: (PostgrestQueryBuilder.prototype as Record<string, unknown>)[

0 commit comments

Comments
 (0)