mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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