fixslow send

This commit is contained in:
Peter Maquiran
2025-01-14 14:56:57 +01:00
parent 18a8d90d99
commit 33401c37d0
42 changed files with 399 additions and 73 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class HttpService {
const httpOptions = {
params: httpParams,
headers: options?.headers || new HttpHeaders(),
headers: options?.headers as any || new HttpHeaders(),
responseType: options?.responseType || 'json' as any,
};