Skip to content

Commit 5830126

Browse files
committed
refactor: underscore coingecko api key param
1 parent d23b69a commit 5830126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/fetch-crypto/coingecko-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async function fetchCoinGeckoPrices(
178178

179179
const response = await axios.get<CoinGeckoRangeResponse>(url.toString(), {
180180
headers: {
181-
"x-cg-demo-api-key": apiKey,
181+
x_cg_demo_api_key: apiKey,
182182
},
183183
});
184184

0 commit comments

Comments
 (0)