From 404e750691118a03328055a2f6e6ea838913be1e Mon Sep 17 00:00:00 2001 From: atticl Date: Tue, 11 Nov 2025 10:07:22 +0100 Subject: [PATCH] push --- .todos/test.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .todos/test.json diff --git a/.todos/test.json b/.todos/test.json deleted file mode 100644 index 9da22d1..0000000 --- a/.todos/test.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "todos": [ - { - "id": 1, - "task": "Test 1", - "completed": true, - "created_at": "2025-11-11T10:06:26.232036+01:00" - }, - { - "id": 2, - "task": "Test 2", - "completed": false, - "created_at": "2025-11-11T10:06:33.4405526+01:00" - }, - { - "id": 3, - "task": "Test 3", - "completed": true, - "created_at": "2025-11-11T10:06:36.4225131+01:00" - } - ], - "next_id": 4 -} \ No newline at end of file