Skip to content

Commit

Permalink
Revert removal of transformResponse
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Dec 17, 2020
1 parent 45a37fe commit ab50ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/SyncService.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ class SyncService {
sessionId: this.session.id,
sessionToken: this.session.token,
token: this.options.shareToken,
}, {
transformResponse: [(data) => data],
}
)
}
Expand Down

0 comments on commit ab50ee8

Please sign in to comment.