mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Add correct types to healthcheck endpoints (#7144)
Removes the any types and properly types the option
This commit is contained in:
2
app.ts
2
app.ts
@@ -611,7 +611,7 @@ async function main() {
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
const healthCheckFilePath = ceProps('healthCheckFilePath', false);
|
||||
const healthCheckFilePath = ceProps('healthCheckFilePath', false) as string | false;
|
||||
|
||||
// Exported to allow compilers to refer to other existing compilers.
|
||||
global.handler_config = {
|
||||
|
||||
Reference in New Issue
Block a user