Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 01:10:28 +01:00
format code
Dieser Commit ist enthalten in:
Ursprung
fbab8d89a5
Commit
5334d12f10
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -232,7 +232,7 @@ export function actionsRequiringAdditionalSubscription(
|
|||
|
||||
export function actionSubscriptionLevel(type) {
|
||||
if (action.actionTypesWithSubscription["business"].includes(type)) {
|
||||
return "business"
|
||||
return "business"
|
||||
} else {
|
||||
if (action.actionTypesWithSubscription["standard"].includes(type)) {
|
||||
return "standard"
|
||||
|
|
Laden …
In neuem Issue referenzieren