feat: update styles and enhance pet purchase flow in marketplace components
This commit is contained in:
@@ -132,8 +132,6 @@ export async function purchase(
|
||||
break;
|
||||
}
|
||||
case "pet": {
|
||||
if ((await countActiveEntitlements(ip, "pet")) >= 3)
|
||||
throw new PurchaseError("Maximum 3 pets actifs", 409);
|
||||
const char = options.petChar ?? "♥";
|
||||
grants.push({
|
||||
kind: "pet",
|
||||
|
||||
Reference in New Issue
Block a user