0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

remove redundant controller link

Dieser Commit ist enthalten in:
merefield 2023-09-24 12:26:26 +01:00
Ursprung 18001bebc1
Commit 885fdd1215

Datei anzeigen

@ -38,10 +38,6 @@ export default class SubscriptionService extends Service {
.catch(popupAjaxError); .catch(popupAjaxError);
} }
get adminWizards() {
return getOwner(this).lookup("controller:admin-wizards");
}
get subscriptionLink() { get subscriptionLink() {
return this.subscriptionLandingUrl; return this.subscriptionLandingUrl;
} }