Skip to content

Commit 9c72a76

Browse files
committed
fix(ignore): Improvement for afd8044
1 parent 8c04766 commit 9c72a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extension/frontend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default class Frontend extends Extension {
8080

8181
/* istanbul ignore next */
8282
const options = {
83-
setHeaders: (res: {setHeader(key: string, value: string): void}, path: string): void => {
83+
setHeaders: (res: http.ServerResponse, path: string): void => {
8484
if (path.endsWith('index.html')) {
8585
res.setHeader('Cache-Control', 'no-store');
8686
}

0 commit comments

Comments
 (0)