Skip to content

Commit

Permalink
Await for getManifest on sendChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed Aug 8, 2017
1 parent c862f15 commit 83c1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/apps/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const sendChanges = (() => {
return
}
queue = uniqBy(pathProp, queue.concat(changes).reverse())
const manifest = getManifest()
const manifest = await getManifest()
return publishPatch(manifest)
}
})()
Expand Down

0 comments on commit 83c1554

Please sign in to comment.