Add profile slot 17
Some checks failed
CI for GGS-CRON / build-docker (push) Successful in 1m27s
CI for GGS-CRON / build-and-test (push) Has been cancelled

- price times 4

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2025-11-17 11:15:19 +07:00
parent 9df9d1b75f
commit 45b2470fb4
2 changed files with 19 additions and 12 deletions

View file

@ -181,6 +181,8 @@ function getSlotFunctionByIndex(index) {
return (price) => "HIDE";
case 9:
return (price) => price * 0.60;
case 17:
return (price) => price * 4.0;
default:
return (price) => price;
}
@ -200,6 +202,7 @@ const ProfilePrice = {
changelogs: [
"2/4/25 initialized version 2, fix timeout on trigger",
"8/4/25 initialized version 3, express server",
"17/11/25 add slot 17 price times 4"
],
maximum_slots: MAXIMUM_SLOTS,
};