mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: wrong folder name
This commit is contained in:
parent
aa0321df8f
commit
9b9545fb8f
3 changed files with 13 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue