Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix: storage manager test
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Sep 21, 2019
1 parent 60bb021 commit 1d70d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class StorageManager {
}

async retryAllNotPersisted() {
const allUnPersisted = this.getNotPersisted();
const allUnPersisted = await this.getNotPersisted();
await Promise.all(
allUnPersisted.map(async (item) => {
try {
Expand Down

0 comments on commit 1d70d41

Please sign in to comment.