Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 2, 2022
1 parent 0fdcb53 commit c041f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datastore/src/sync/processors/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class SyncProcessor {
);
if (error.errors) {
await Promise.all(
error.error.map(async err => {
error.errors.map(async err => {
try {
await this.errorHandler({
recoverySuggestion:
Expand Down

0 comments on commit c041f90

Please sign in to comment.