Skip to content

Commit a5149a4

Browse files
New Cloudflare invoice.
1 parent a078e13 commit a5149a4

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-18',
46+
description: 'Cloudflare invoice',
47+
cost: 18.55,
48+
detail: [
49+
{ description: 'Cloudflare Pro Plan (op3.dev)', cost: 18.55 },
50+
]
51+
},
4452
{
4553
date: '2025-08-10',
4654
description: 'Cloudflare invoice',

0 commit comments

Comments
 (0)