Add db operation type for Docker type checks to statusService

This commit is contained in:
Alex Holliday
2024-11-13 11:07:36 +08:00
parent 11b84610c5
commit 34ae35ea21
+1
View File
@@ -133,6 +133,7 @@ class StatusService {
ping: this.db.createCheck,
pagespeed: this.db.createPageSpeedCheck,
hardware: this.db.createHardwareCheck,
docker: this.db.createCheck,
};
const operation = operationMap[networkResponse.type];