Skip to content

Commit

Permalink
Update priceStats.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Feb 6, 2024
1 parent caeb90a commit d01da4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/priceStats.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { format, logSuccess } from '../utils.js'
import type { PriceStatsParams } from '../types.js'

// test
export const priceStats = ({ results, flags }: PriceStatsParams): void => {
for (const result of results) {
const priceRes = `${result.name}: ${format(result.current_price)}`
Expand Down

0 comments on commit d01da4f

Please sign in to comment.