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; }