Skip to content

Commit

Permalink
Update create_discount.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi authored Aug 12, 2024
1 parent 44e424a commit 069fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_discount.js
Original file line number Diff line number Diff line change
@@ -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];

Expand Down

0 comments on commit 069fa12

Please sign in to comment.