mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-22 01:29:30 -05:00
remove comment
This commit is contained in:
@@ -45,12 +45,6 @@ class GeoChecksService implements IGeoChecksService {
|
||||
return GeoChecksService.SERVICE_NAME;
|
||||
}
|
||||
|
||||
/**
|
||||
* Build a geo-distributed check for a monitor
|
||||
* 1. Create measurement request with GlobalPing API
|
||||
* 2. Poll for results (with 30s timeout)
|
||||
* 3. Transform and return GeoCheck document
|
||||
*/
|
||||
async buildGeoCheck(monitor: Monitor): Promise<GeoCheck | null> {
|
||||
try {
|
||||
if (!monitor.url) {
|
||||
|
||||
Reference in New Issue
Block a user