Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 01:10:28 +01:00
prettier
Dieser Commit ist enthalten in:
Ursprung
a58b13e9e4
Commit
4444f48da7
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -37,9 +37,9 @@ export default class SubscriptionService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
async updateSubscriptionStatus() {
|
async updateSubscriptionStatus() {
|
||||||
let result = await ajax("/admin/wizards/subscription?update_from_remote=true").catch(
|
let result = await ajax(
|
||||||
popupAjaxError
|
"/admin/wizards/subscription?update_from_remote=true"
|
||||||
);
|
).catch(popupAjaxError);
|
||||||
|
|
||||||
this.subscribed = result.subscribed;
|
this.subscribed = result.subscribed;
|
||||||
this.subscriptionType = result.subscription_type;
|
this.subscriptionType = result.subscription_type;
|
||||||
|
|
Laden …
In neuem Issue referenzieren