Skip to content

Commit 60afd8c

Browse files
author
nithipud
committed
fix cache
1 parent 0dac40c commit 60afd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/OpenAPI.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type OpenAPIConfig = {
1616
HEADERS?: Headers | Resolver<Headers>;
1717
ENCODE_PATH?: (path: string) => string;
1818
REVALIDATE?: number;
19-
CACHE?: string;
19+
CACHE?: RequestCache;
2020
};
2121

2222
export const OpenAPI: OpenAPIConfig = {

0 commit comments

Comments
 (0)