diff --git a/src/commands/cost/cost.ts b/src/commands/cost/cost.ts index 7181b5a..725fa76 100644 --- a/src/commands/cost/cost.ts +++ b/src/commands/cost/cost.ts @@ -23,3 +23,4 @@ export const call: LocalCommandCall = async () => { return { type: 'text', value: formatTotalCost() } } +