Add handling of ports to status service

This commit is contained in:
Alex Holliday
2024-12-27 10:49:45 -08:00
parent 9571af4dba
commit 6ff1cd0b5d

View File

@@ -143,6 +143,7 @@ class StatusService {
pagespeed: this.db.createPageSpeedCheck,
hardware: this.db.createHardwareCheck,
docker: this.db.createCheck,
port: this.db.createCheck,
};
const operation = operationMap[networkResponse.type];