Merge branch 'open-applications'

This commit is contained in:
Matthias Hemmerich 2024-03-28 16:25:43 +01:00
commit b7086ea353
No known key found for this signature in database
GPG key ID: A4F6345580BB4814

View file

@ -1,8 +1,8 @@
{ {
"applicationsClosed": true, "applicationsClosed": false,
"devices": [ "devices": [
{ "name": "Laptop", "available": false }, { "name": "Laptop", "available": true },
{ "name": "Laptop ohne Akku", "available": false }, { "name": "Laptop ohne Akku", "available": true },
{ "name": "Desktop-Computer", "available": true } { "name": "Desktop-Computer", "available": true }
] ]
} }