mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Removed some aes/sha256 from dependencies on clientside
This commit is contained in:
@@ -181,6 +181,7 @@ module.exports = function() {
|
||||
if(!msg.hasOwnProperty("channel") || !msg.hasOwnProperty("all") ||
|
||||
!msg.hasOwnProperty("pass") || typeof(msg.pass) != "string" ||
|
||||
typeof(msg.channel) != "string" || typeof(msg.all) != "boolean") {
|
||||
console.log("here");
|
||||
var result = {
|
||||
all: {
|
||||
expected: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user