Skip to content

Commit 1346801

Browse files
ci: apply automated fixes
1 parent dcf4387 commit 1346801

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/hooks/useMutation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function useBaseMutation<TVariables, TData, TError = Error>(
2626
'idle' | 'pending' | 'success' | 'error'
2727
>('idle')
2828

29-
3029
const mutate = React.useCallback(
3130
(async (variables: TVariables): Promise<TData | undefined> => {
3231
setStatus('pending')

src/utils/documents.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ async function fetchApiContentsFs(
419419
repoPair: string,
420420
startingPath: string,
421421
): Promise<Array<GitHubFileNode> | null> {
422-
423422
const [_, repo] = repoPair.split('/')
424423
const dirname = import.meta.url.split('://').at(-1)!
425424

0 commit comments

Comments
 (0)