🗼 cost.ts

This commit is contained in:
nirholas
2026-03-31 10:22:44 +00:00
parent 77e6127168
commit 258c5c4daf

View File

@@ -22,3 +22,4 @@ export const call: LocalCommandCall = async () => {
} }
return { type: 'text', value: formatTotalCost() } return { type: 'text', value: formatTotalCost() }
} }