提交 65cc975a 编写于 作者: S Sandeep Somavarapu

Send client commit through headers

上级 18d49700
......@@ -49,6 +49,9 @@ export class UserDataSyncStoreService extends Disposable implements IUserDataSyn
'X-Client-Version': productService.version,
'X-Machine-Id': uuid
};
if (productService.commit) {
headers['X-Client-Commit'] = productService.commit;
}
return headers;
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册