Skip to content

Commit 28006a8

Browse files
committed
fix: Name of hook useSeamMutationWithoutWorkspace
1 parent c71510a commit 28006a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/seam/use-seam-mutation-without-workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type UseSeamMutationWithoutWorkspaceResult<
2323
UseSeamMutationWithoutWorkspaceVariables<T>
2424
>
2525

26-
export function UseSeamMutationWithoutWorkspace<
26+
export function useSeamMutationWithoutWorkspace<
2727
T extends SeamHttpEndpointWithoutWorkspaceMutationPaths,
2828
>(
2929
endpointPath: T,

0 commit comments

Comments
 (0)