mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
actions: Use transaction.atomic in do_change_realm_org_type.
This commit is contained in:
@@ -4739,6 +4739,7 @@ def do_change_logo_source(
|
||||
send_event(realm, event, active_user_ids(realm.id))
|
||||
|
||||
|
||||
@transaction.atomic(durable=True)
|
||||
def do_change_realm_org_type(
|
||||
realm: Realm,
|
||||
org_type: int,
|
||||
|
||||
Reference in New Issue
Block a user