Skip to content

Commit db83a46

Browse files
fix: update tokenName description in hourly-ohlcv component
- Simplify example from 'Bitcoin,Ethereum' to 'Bitcoin' for clarity - Maintain consistency with other component descriptions
1 parent 3f21c40 commit db83a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/token_metrics/actions/get-hourly-ohlcv/get-hourly-ohlcv.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
tokenMetrics,
2727
"tokenName",
2828
],
29-
description: "Select crypto asset names to filter results. Example: `Bitcoin,Ethereum`",
29+
description: "Select crypto asset names to filter results. Example: `Bitcoin`",
3030
},
3131
symbol: {
3232
propDefinition: [

0 commit comments

Comments
 (0)