chore: reenable account, payment and quota

This commit is contained in:
Tianzhou Chen
2023-05-18 22:51:06 +08:00
parent 8d5fbc3b64
commit 7054abe13a

View File

@ -9,9 +9,9 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = {
}, },
production: { production: {
debug: false, debug: false,
account: false, account: true,
payment: false, payment: true,
quota: false, quota: true,
}, },
}; };