Skip to content

Commit 2a73eb8

Browse files
fix: remove semi-colon from template
1 parent 33b3eb5 commit 2a73eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/server/server.app.ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function writeJsHeaders(res: express.Response, contentLength: number, type: stri
4444
"Content-Type": "application/javascript",
4545
"Content-Encoding": type,
4646
"Content-Length": contentLength
47-
});
47+
})
4848
}
4949

5050
function checkReturnJsFile(filePath: string, res: express.Response, encoding: string, append = true) {

0 commit comments

Comments
 (0)