mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
fix: wrong folder name
This commit is contained in:
@@ -13,7 +13,7 @@ export class UserNotLoggedInError extends Error {
|
||||
export class SubscriptionRequiredError extends Error {
|
||||
constructor() {
|
||||
super("user does not have hydra cloud subscription");
|
||||
this.name = "UserWithoutCloudSubscriptionError";
|
||||
this.name = "SubscriptionRequiredError";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user