From 069fa12706e49a85b522774fa526362f24b627b8 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 12 Aug 2024 20:02:48 +0300 Subject: [PATCH] Update create_discount.js --- create_discount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_discount.js b/create_discount.js index 85da8a2..b52f807 100644 --- a/create_discount.js +++ b/create_discount.js @@ -1,6 +1,6 @@ import { writeFileSync } from "bun:fs"; -const chance_to_run = 20 / 100; +const chance_to_run = 40 / 100; const discountPercentages = [5, 10, 15, 20, 25]; const discountHours = [1, 2, 3, 4];