mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 04:35:45 +08:00
[ADD]组织项目相关
This commit is contained in:
@@ -63,7 +63,7 @@ class Organizations::CreateService < ApplicationService
|
||||
end
|
||||
|
||||
def create_gitea_org
|
||||
@gitea_organization = Gitea::Organization::CreateService.call(user.gitea_token, organization)
|
||||
@gitea_organization = Gitea::Organization::CreateService.call(@organization.gitea_token, organization)
|
||||
end
|
||||
|
||||
def sync_owner_team_gtid
|
||||
|
||||
Reference in New Issue
Block a user