forked from github/plane
fix: added desription in API Token
This commit is contained in:
parent
d8c96536f0
commit
c31c4e9ccc
@ -133,6 +133,7 @@ class WorkspaceIntegrationViewSet(BaseViewSet):
|
|||||||
user=bot_user,
|
user=bot_user,
|
||||||
user_type=1, # bot user
|
user_type=1, # bot user
|
||||||
workspace=workspace,
|
workspace=workspace,
|
||||||
|
description="",
|
||||||
)
|
)
|
||||||
|
|
||||||
workspace_integration = WorkspaceIntegration.objects.create(
|
workspace_integration = WorkspaceIntegration.objects.create(
|
||||||
|
Loading…
Reference in New Issue
Block a user