Skip to content

Commit 1ccec87

Browse files
committed
todo
1 parent 27c06e3 commit 1ccec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/wrapFetchWithHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type FetchInstrumentation = {
1515
};
1616

1717
export function wrapFetchWithHooks<TContext>(
18-
onFetchHooks: OnFetchHook<TContext>[],
18+
// onFetchHooks: OnFetchHook<TContext>[], TODO: move over onfetchhook types with new signature
1919
instrumentation?: () => FetchInstrumentation | undefined,
2020
): MeshFetch {
2121
let wrappedFetchFn = function wrappedFetchFn(url, options, context, info) {

0 commit comments

Comments
 (0)