fix redundant assignment code

pull/22352/head
Yansong Zhang 10 months ago
parent 676de341ef
commit f9ee2df7ab

@ -230,7 +230,6 @@ class FeatureService:
if features.billing.subscription.plan != "sandbox": if features.billing.subscription.plan != "sandbox":
features.webapp_copyright_enabled = True features.webapp_copyright_enabled = True
features.is_allow_transfer_workspace = True
else: else:
features.is_allow_transfer_workspace = False features.is_allow_transfer_workspace = False

Loading…
Cancel
Save