From bc18f4e656f770a8fa3d42910628a768f02c6ff3 Mon Sep 17 00:00:00 2001 From: VoltPrime Date: Wed, 12 Nov 2025 17:22:43 -0500 Subject: [PATCH] run fix --- src/controllers/api/sellController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/sellController.ts b/src/controllers/api/sellController.ts index 0b86c16a..4b33e4be 100644 --- a/src/controllers/api/sellController.ts +++ b/src/controllers/api/sellController.ts @@ -369,7 +369,7 @@ interface ISellRequest { | "somethingelsewemightnotknowabout"; buildLabel: string; // These are used in old builds (undetermined where it changed) instead of SellCurrency - SellForPrimeBucks?: boolean; + SellForPrimeBucks?: boolean; SellForFusionPoints?: boolean; }