lintageddon 2

This commit is contained in:
Josh Burman
2020-02-03 16:25:14 -05:00
parent cd876ccfcb
commit e9d7650ffe
15 changed files with 48 additions and 55 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
issuer: 'Yardstick Software',
subject: 'Braid JWT',
audience: 'internal',
algorithm: ["HS256"]
algorithm: ['HS256']
},
messageTypes : ['broadcast', 'direct', 'changeChannel']
}
};