mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
js -> ts
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const fetchMonitorCertificate = async (sslChecker, monitor) => {
|
||||
const fetchMonitorCertificate = async (sslChecker: any, monitor: any): Promise<any> => {
|
||||
const monitorUrl = new URL(monitor.url);
|
||||
const hostname = monitorUrl.hostname;
|
||||
const cert = await sslChecker(hostname);
|
||||
Reference in New Issue
Block a user