chore: build
Backend - Build & Lint / build (push) Successful in 33m53s
Frontend Web - Build & Lint / build (push) Successful in 15m41s

This commit is contained in:
Xor290
2026-08-25 21:26:02 +02:00
parent 5ee979fcc3
commit d8073bdc46
4 changed files with 196 additions and 167 deletions
+1 -1
View File
@@ -2172,7 +2172,7 @@ export type RewardCategoryConfig = {
all_products: boolean;
product_ids: number[];
product_names: string[];
amount: number;
quantity: number;
};
export type RewardItemConfig = {