Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +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() {
|
||||
let result = await ajax("/admin/wizards/subscription?update_from_remote=true").catch(
|
||||
popupAjaxError
|
||||
);
|
||||
let result = await ajax(
|
||||
"/admin/wizards/subscription?update_from_remote=true"
|
||||
).catch(popupAjaxError);
|
||||
|
||||
this.subscribed = result.subscribed;
|
||||
this.subscriptionType = result.subscription_type;
|
||||
|
|
Laden …
In neuem Issue referenzieren