merge latest staging

This commit is contained in:
ansuz
2019-08-22 18:01:20 +02:00
3 changed files with 20 additions and 9 deletions

View File

@@ -836,7 +836,7 @@ module.exports.create = function (cfg) {
});
// write tasks
if(tasks && metadata.expire && metadata.expire === 'number') {
if(tasks && metadata.expire && typeof(metadata.expire) === 'number') {
// the fun part...
// the user has said they want this pad to expire at some point
tasks.write(metadata.expire, "EXPIRE", [ channelName ], function (err) {