Skip to content

Commit

Permalink
Update alarms.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gawin authored Dec 23, 2024
1 parent d1dcf7e commit 6d87d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alarms.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"alarms": [
{
"time": 1234,
"time": "18:00",
"title": "Koken",
"snooze": false
},
{
"time": 1337,
"time": "12:37",
"title": "Test",
"snooze": true
},
{
"time": 2020,
"time": "20:20",
"title": "Vuilnis",
"snooze": false
}
]
}
}

0 comments on commit 6d87d3a

Please sign in to comment.