Merge remote-tracking branch 'origin/sebwue-applicationclosed2'

This commit is contained in:
Yannik Rödel 2023-10-09 14:18:10 +02:00
commit cde9f61d2e

View file

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