autotestEnabled does not exist anymore

This commit is contained in:
Romein van Buren 2022-07-15 16:41:18 +02:00
parent 050b48c186
commit 749ae38418
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -22,10 +22,7 @@ async function createDashboardSocket(server) {
async function sendStatuses() {
const services = await server.storage
.store('smartyellow/webservice')
.find({
autotestEnabled: true,
public: true,
})
.find({ public: true })
.toArray();
const heartbeats = await server.storage
.store('smartyellow/webserviceheartbeat')