Remove issue templates

This commit is contained in:
Laura Hausmann 2023-10-12 21:01:51 +02:00
commit 4a61246750
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
5 changed files with 3 additions and 169 deletions

View file

@ -93,7 +93,9 @@ async function loadState() {
"admin": false,
"delete_others_notice": false
},
"settings": {}
"settings": {
}
};
const json = JSON.stringify(state);