Skip to content

Commit b2806cf

Browse files
committed
Also in functions-exp
1 parent f95edb0 commit b2806cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/functions-exp/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ import { name, version } from '../package.json';
2121

2222
export * from './api';
2323

24-
registerFunctions(fetch);
24+
registerFunctions(window.fetch.bind(window));
2525
registerVersion(name, version);

0 commit comments

Comments
 (0)