run fix
All checks were successful
Build / build (pull_request) Successful in 3m48s

This commit is contained in:
2025-11-12 17:22:43 -05:00
parent ba1d1c8917
commit bc18f4e656

View File

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