Skip to content

Commit b9b9ade

Browse files
add back await
1 parent b22e564 commit b9b9ade

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)