fixes for widget validation

This commit is contained in:
Michael Shamoon 2022-11-18 23:07:25 -08:00
parent 9d5e401fe2
commit 4ccf8eddae
2 changed files with 3 additions and 6 deletions

View file

@ -10,10 +10,7 @@ const widget = {
endpoint: "series",
map: (data) => ({
total: asJson(data).length,
}),
validate: [
"total"
]
})
},
queue: {
endpoint: "queue",