Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Apr 26, 2024
1 parent 741c30e commit 40cc820
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {useMemo} from 'react';

import {wrapPromise} from '../utils/wrapPromise';

// Default post-process function assumes TResult can be derived directly from TQuery's data
const defaultPostProcess = async <TQuery, TResult = any>(
result: ApolloQueryResult<TQuery>,
): Promise<TResult> => {
Expand Down

0 comments on commit 40cc820

Please sign in to comment.