Skip to content

Commit 1f62339

Browse files
Update packages/cloudflare/src/api/config.ts
Co-authored-by: Victor Berchet <[email protected]>
1 parent a77d14e commit 1f62339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function resolveOverride<T extends IncrementalCache | TagCache | Queue>(
8989
}
9090

9191
if (typeof value === "function") {
92-
return async () => value();
92+
return async () => await value();
9393
}
9494

9595
return async () => value;

0 commit comments

Comments
 (0)