mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 16:10:16 -04:00
Removed unused anti corruption code
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ModernKeePass.Services
|
||||
case ProductPurchaseStatus.AlreadyPurchased:
|
||||
return (int) PurchaseResult.AlreadyPurchased;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(purchaseResults.Status));
|
||||
throw new IndexOutOfRangeException("Purchase results status does not have a valid value");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user