mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Merge from vscode 10492ba146318412cbee8b76a8c630f226914734
This commit is contained in:
@@ -43,9 +43,7 @@ export class UserDataSyncStoreService extends Disposable implements IUserDataSyn
|
||||
const headers: IHeaders = {
|
||||
'X-Sync-Client-Id': productService.version,
|
||||
};
|
||||
if (uuid) {
|
||||
headers['X-Sync-Machine-Id'] = uuid;
|
||||
}
|
||||
headers['X-Sync-Machine-Id'] = uuid;
|
||||
return headers;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user