From e4bd2c048a4fa4d549dd608970dd05507d257522 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 14 Oct 2024 22:10:20 +0200 Subject: [PATCH] feat: update finances to include server costs Added server costs for October in the financial data, reflecting updated expenditure records. This ensures more accurate financial tracking and budgeting. --- data/finances.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/finances.json b/data/finances.json index b600fbd..51340aa 100644 --- a/data/finances.json +++ b/data/finances.json @@ -69,6 +69,9 @@ "10": { "Membership Fees": { "EUR": 30.23 + }, + "Server Costs": { + "EUR": -242.42 } } }