mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 20:41:15 +02:00
fix: added desription in API Token
This commit is contained in:
@@ -133,6 +133,7 @@ class WorkspaceIntegrationViewSet(BaseViewSet):
|
||||
user=bot_user,
|
||||
user_type=1, # bot user
|
||||
workspace=workspace,
|
||||
description="",
|
||||
)
|
||||
|
||||
workspace_integration = WorkspaceIntegration.objects.create(
|
||||
|
||||
Reference in New Issue
Block a user