tokens: add lastUsedTime

This commit is contained in:
Girish Ramakrishnan
2021-03-15 12:47:57 -07:00
parent 750f313c6a
commit 176388111c
15 changed files with 222 additions and 81 deletions

View File

@@ -419,7 +419,7 @@ describe('Apps', function () {
});
it('can mark apps for restore', function (done) {
apps.restoreInstalledApps(function (error) {
apps.restoreInstalledApps({}, function (error) {
expect(error).to.be(null);
apps.getAll(function (error, result) {