mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix fmt
This commit is contained in:
@@ -22,8 +22,6 @@ RunCron(
|
||||
'PROBE_ID'
|
||||
);
|
||||
|
||||
logger.info('Probe ID: ' + probeId.toString());
|
||||
|
||||
if (!probeId) {
|
||||
logger.warn(
|
||||
'Probe is not registered yet. Skipping alive check. Trying to register probe again...'
|
||||
@@ -32,6 +30,8 @@ RunCron(
|
||||
return;
|
||||
}
|
||||
|
||||
logger.info('Probe ID: ' + probeId.toString());
|
||||
|
||||
await API.post(
|
||||
URL.fromString(INGESTOR_URL.toString()).addRoute('/alive'),
|
||||
ProbeAPIRequest.getDefaultRequestBody()
|
||||
|
||||
Reference in New Issue
Block a user