diff --git a/react-native/services/Sync/index.tsx b/react-native/services/Sync/index.tsx index 1234b140..f3e4a739 100644 --- a/react-native/services/Sync/index.tsx +++ b/react-native/services/Sync/index.tsx @@ -235,6 +235,8 @@ export class Sync< completedFiles: null, totalFiles: filesToPush.length, execute: async () => { + // TODO: due to laravel 302ing if you don't accept JSON + // this needs to expect empty JSON in response. await this.request.withoutResponse( `PUT`, `sync/${kebabCasedCollectionKey}/${uuid}`,