Szymon Łągiewka
8 months ago
Failed to extract signature
1 changed files with
0 additions and
1 deletions
-
apps/api/src/services/data-provider/ghostfolio/ghostfolio.service.ts
|
@ -135,7 +135,6 @@ export class GhostfolioService implements DataProviderInterface { |
|
|
)}`,
|
|
|
)}`,
|
|
|
{ |
|
|
{ |
|
|
headers: await this.getRequestHeaders(), |
|
|
headers: await this.getRequestHeaders(), |
|
|
// @ts-ignore
|
|
|
|
|
|
signal: AbortSignal.timeout(requestTimeout) |
|
|
signal: AbortSignal.timeout(requestTimeout) |
|
|
} |
|
|
} |
|
|
).then((res) => res.json())) as HistoricalResponse; |
|
|
).then((res) => res.json())) as HistoricalResponse; |
|
|