Skip to content

Commit c238a2e

Browse files
New domain invoice.
1 parent 2ca203b commit c238a2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

worker/routes/costs.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ interface CostDetail {
4141
//
4242

4343
const COSTS: Cost[] = [
44+
{
45+
date: '2025-08-06',
46+
description: 'Domains invoice',
47+
cost: 47.98,
48+
detail: [
49+
{ description: 'op3.st renew 1 year', cost: 47.98 },
50+
]
51+
},
4452
{
4553
date: '2025-07-26',
4654
description: 'Micro.blog invoice',

0 commit comments

Comments
 (0)