mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 05:27:58 +00:00
autotestEnabled does not exist anymore
This commit is contained in:
parent
050b48c186
commit
749ae38418
@ -22,10 +22,7 @@ async function createDashboardSocket(server) {
|
|||||||
async function sendStatuses() {
|
async function sendStatuses() {
|
||||||
const services = await server.storage
|
const services = await server.storage
|
||||||
.store('smartyellow/webservice')
|
.store('smartyellow/webservice')
|
||||||
.find({
|
.find({ public: true })
|
||||||
autotestEnabled: true,
|
|
||||||
public: true,
|
|
||||||
})
|
|
||||||
.toArray();
|
.toArray();
|
||||||
const heartbeats = await server.storage
|
const heartbeats = await server.storage
|
||||||
.store('smartyellow/webserviceheartbeat')
|
.store('smartyellow/webserviceheartbeat')
|
||||||
|
Loading…
Reference in New Issue
Block a user