Skip to content

Commit f767c1b

Browse files
authored
1 parent 826061c commit f767c1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/platform/userDataSync/common/userDataSyncStoreService.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,6 @@ export class UserDataSyncStoreClient extends Disposable {
487487
throw new UserDataSyncStoreError('Server returned ' + context.res.statusCode, url, UserDataSyncErrorCode.EmptyResponse, context.res.statusCode, context.res.headers[HEADER_OPERATION_ID]);
488488
}
489489

490-
if (hasNoContent(context)) {
491-
throw new UserDataSyncStoreError('Empty response', url, UserDataSyncErrorCode.EmptyResponse, context.res.statusCode, context.res.headers[HEADER_OPERATION_ID]);
492-
}
493-
494490
const serverData = await asJson<IDownloadLatestDataType>(context);
495491
if (!serverData) {
496492
return null;

0 commit comments

Comments
 (0)