mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
autotestEnabled does not exist anymore
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user