Skip to content

Commit 7455698

Browse files
Update apps/web/src/hooks/useFindSessionQuery.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4ab6ac0 commit 7455698

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/web/src/hooks/useFindSessionQuery.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import type { SessionWithUserQueryParams } from '@opendatacapture/schemas/sessio
33
import { useQuery } from '@tanstack/react-query';
44
import axios from 'axios';
55

6-
//Change this query to into a hook method and name it useFindSessionQuery
7-
8-
//Change the api call to have an include tag which includes the username from users
9-
10-
//Change the return type to
6+
type UseSessionOptions = {
117

128
type UseSessionOptions = {
139
enabled?: boolean;

0 commit comments

Comments
 (0)