neilenns / node-deepstackai-trigger

Detects motion using Deepstack AI and calls registered triggers based on trigger rules.
MIT License
165 stars 28 forks source link

Schema validation never happens #418

Open neilenns opened 3 years ago

neilenns commented 3 years ago

Describe the bug

validateJsonAgainstSchema() never gets called anywhere in code. 🤦‍♂️

This means all the effort to have a schema is wasted because... things aren't verified on load. Good grief.