perf: 组织更新刷新缓存 (#10333)

Co-authored-by: feng <1304903146@qq.com>
pull/10338/head
fit2bot 2 years ago committed by GitHub
parent 917620736b
commit 2a196743f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,6 @@ def expire_user_orgs(*args):
@receiver(post_save, sender=Organization)
def on_org_create(sender, instance, created=False, **kwargs):
if not created:
return
expire_user_orgs()

Loading…
Cancel
Save