We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22e564 commit b9b9adeCopy full SHA for b9b9ade
packages/cloudflare/src/api/config.ts
@@ -89,7 +89,7 @@ function resolveOverride<T extends IncrementalCache | TagCache | Queue>(
89
}
90
91
if (typeof value === "function") {
92
- return async () => value();
+ return async () => await value();
93
94
95
return async () => value;
0 commit comments