Skip to content

Commit 4d1267b

Browse files
committed
Fix
1 parent bd1867d commit 4d1267b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-tracking/src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from './shared.js'
88
import { UnifiedGraphPlugin } from '@graphql-mesh/fusion-runtime'
99

10-
export function useBlockTracking(configInput?: Partial<BlockTrackingConfig>): UnifiedGraphPlugin {
10+
export function useBlockTracking<TContext>(configInput?: Partial<BlockTrackingConfig>): UnifiedGraphPlugin<TContext> {
1111
const config: BlockTrackingConfig = {
1212
...DEFAULT_CONFIG,
1313
...configInput,

0 commit comments

Comments
 (0)