SUPPORT-9368: fixes
This commit is contained in:
parent
d84b08411d
commit
d1f1a09294
1 changed files with 4 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue