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() {
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user