Update API.js

This commit is contained in:
Cristo 2014-11-12 19:53:56 +01:00
parent f59238fe58
commit f7dd756642

View file

@ -683,6 +683,7 @@ exports.restoreRevision = function (padID, rev, callback)
});
callback(null, null);
});
});
};