diff --git a/utils/commands/report.ts b/utils/commands/report.ts index 3c3bbb1..c821a45 100644 --- a/utils/commands/report.ts +++ b/utils/commands/report.ts @@ -119,7 +119,6 @@ export class ExpenseReporter {
| ID | Date | Description | Category | @@ -149,6 +148,7 @@ export class ExpenseReporter { .map( exp => `
|---|---|---|---|
| ${exp.id} | ${formatDate(exp.createdAt)} | ${exp.description} | ${exp.category.name} |