This commit is contained in:
Johannes Zellner
2018-12-17 17:40:53 +01:00
parent 5680fc839b
commit ffc4f9d930
+1 -1
View File
@@ -50,7 +50,7 @@ function add(userId, title, message, action, callback) {
assert.strictEqual(typeof title, 'string');
assert.strictEqual(typeof message, 'string');
assert.strictEqual(typeof action, 'string');
assert.strictEqual(typeof userId, 'function');
assert.strictEqual(typeof callback, 'function');
debug('add: ', userId, title, action);