Skip to content

Commit

Permalink
test(unit): fix paged sync test from faulty manual merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch committed Oct 16, 2017
1 parent d919e71 commit 89a2010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paged-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function pagedSync (http, query, resolveLinks) {
mappedResponseItems.nextSyncToken = response.nextSyncToken
return freezeSys(mixinStringifySafe(toPlainObject(mappedResponseItems)))
}, (error) => {
throw error.data
throw error
})
}

Expand Down

0 comments on commit 89a2010

Please sign in to comment.