Fix receipts bugs: budget queries, undo/transfer desync, timer spam

This commit is contained in:
2026-08-09 23:19:02 +02:00
parent f9dd88b9b8
commit cd5b076d65
5 changed files with 59 additions and 63 deletions

6
core/constants.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
HOUSEHOLD_IDS: {
MINZ: '222457277708369928',
MIFFY: '372115788498468864',
},
};