Skip to content

Commit 51e1579

Browse files
committed
fix: remove extra brackets
1 parent 7455698 commit 51e1579

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/hooks/useFindSessionQuery.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import type { SessionWithUserQueryParams } from '@opendatacapture/schemas/sessio
33
import { useQuery } from '@tanstack/react-query';
44
import axios from 'axios';
55

6-
type UseSessionOptions = {
7-
86
type UseSessionOptions = {
97
enabled?: boolean;
108
params: SessionWithUserQueryParams;

0 commit comments

Comments
 (0)