Skip to content

Commit 123552a

Browse files
committed
minor
1 parent 9b4e135 commit 123552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/react/hooks/createBillingPaginatedHook.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function createBillingPaginatedHook<TResource extends ClerkResource, TPar
106106
{
107107
type: resourceType,
108108
...(options?.unauthenticated
109-
? { for: _for }
109+
? { for: safeFor }
110110
: {
111111
userId: user?.id,
112112
...(isForOrganization ? { orgId: organization?.id } : {}),

0 commit comments

Comments
 (0)