mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 05:21:14 +02:00
fix: instance register script
This commit is contained in:
@@ -133,7 +133,7 @@ class Command(BaseCommand):
|
||||
last_checked_at=timezone.now(),
|
||||
user_count=User.objects.filter(is_bot=False).count(),
|
||||
domain=domain,
|
||||
product=data.get("Plane Enterprise Edition"),
|
||||
product=data.get("product", "Plane Enterprise Edition"),
|
||||
)
|
||||
|
||||
self.update_change_log(release_notes)
|
||||
|
||||
Reference in New Issue
Block a user