Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed Apr 7, 2020
1 parent ae1bbc2 commit ac7e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-access/src/data-access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export default class DataAccess implements DataAccessTypes.IDataAccess {
list: detailed ? listIndexedLocation : undefined,
},
lastSynchronizationTimestamp: this.lastSyncStorageTimestamp,
storage: this.storage._getStatus(detailed),
storage: await this.storage._getStatus(detailed),
synchronizationConfig,
};
}
Expand Down

0 comments on commit ac7e785

Please sign in to comment.