SUPPORT-9368: fixes

This commit is contained in:
adel.ka 2025-10-15 11:28:42 +03:00
parent d84b08411d
commit d1f1a09294

View file

@ -11,8 +11,12 @@ export class ValidateFileService {
}
public exportFile(fileId: string) {
const timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
this.httpClient.get('validate/export/' + fileId, {
responseType: 'blob',
headers: {
"Client-Time-Zone": timeZone,
},
observe: 'response'
}).toPromise()
.then((response) => {