Browse Source

sync redis

master
zeus 4 years ago
parent
commit
bcceed24b1
  1. 2
      swarmlab-app/src/run/app.js

2
swarmlab-app/src/run/app.js

@ -415,7 +415,7 @@ cors(corsOptions), (req, res, next) => {
// *************************************************** // ***************************************************
function getSHA256ofJSON(input){ function getSHA256ofJSON(input){
return crypto.createHash('sha256').update(JSON.stringify(input)).digest('hex') return require("crypto").createHash("sha256").update(JSON.stringify(input)).digest("hex");
} }

Loading…
Cancel
Save