зеркало из https://github.com/nextcloud/text.git
Make sure axios is not transforming the response of the file fetch to json
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
bcb0355580
Коммит
12548a9e4d
|
@ -132,6 +132,7 @@ class SyncService {
|
|||
_fetchDocument() {
|
||||
return axios.get(
|
||||
endpointUrl('session/fetch', !!this.options.shareToken), {
|
||||
transformResponse: [(data) => data],
|
||||
params: {
|
||||
documentId: this.document.id,
|
||||
sessionId: this.session.id,
|
||||
|
|
Загрузка…
Ссылка в новой задаче