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 72b78f8 commit e3b0f51Copy full SHA for e3b0f51
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