Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 24cdf18

Browse files
committed
chore: prettify
1 parent 9380e7c commit 24cdf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exchange_adapters/alphavantage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class AlphavantageAdapter extends BaseExchangeAdapter implements Exchange
2727
readonly _exchangeName: Exchange = Exchange.ALPHAVANTAGE
2828
// WE1 Expires: Tuesday, 20. February 2029 at 16:00:00 Eastern
2929
readonly _certFingerprint256 =
30-
'1D:FC:16:05:FB:AD:35:8D:8B:C8:44:F7:6D:15:20:3F:AC:9C:A5:C1:A7:9F:D4:85:7F:FA:F2:86:4F:BE:BF:96'
30+
'1D:FC:16:05:FB:AD:35:8D:8B:C8:44:F7:6D:15:20:3F:AC:9C:A5:C1:A7:9F:D4:85:7F:FA:F2:86:4F:BE:BF:96'
3131

3232
protected generatePairSymbol(): string {
3333
const base = AlphavantageAdapter.standardTokenSymbolMap.get(this.config.baseCurrency)

0 commit comments

Comments
 (0)