this is sad. why didn't jshint catch this?
This commit is contained in:
Girish Ramakrishnan
2016-06-20 21:38:37 -05:00
parent bb9bfd542d
commit b59739ec54

View File

@@ -217,7 +217,7 @@ function getRestoreUrl(backupId, callback) {
function copyLastBackup(app, manifest, callback) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof app.lastBackupId, 'string');
assert(manifest && typeof manifeset === 'object');
assert(manifest && typeof manifest === 'object');
assert.strictEqual(typeof callback, 'function');
var now = new Date();