Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Jan 8, 2023
1 parent 0891f07 commit 119dbe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe(`useRefetchByRestartingSession`, () => {
children: React.ReactNode;
},
{
searchSessionId: string;
searchSessionId: string | undefined;
refetchByRestartingSession: Refetch;
}
>;
Expand Down

0 comments on commit 119dbe7

Please sign in to comment.