remove use of var

This commit is contained in:
2016-05-11 10:58:21 -07:00
parent 4793027ff3
commit a4323433f2
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
var schema = {
const schema = {
payload: { type: 'object', enabled: false },
priority: { type: 'short' },
timeout: { type: 'long' },