We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab6ac0 commit 7455698Copy full SHA for 7455698
apps/web/src/hooks/useFindSessionQuery.ts
@@ -3,11 +3,7 @@ import type { SessionWithUserQueryParams } from '@opendatacapture/schemas/sessio
3
import { useQuery } from '@tanstack/react-query';
4
import axios from 'axios';
5
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
+type UseSessionOptions = {
11
12
type UseSessionOptions = {
13
enabled?: boolean;
0 commit comments