This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit bcb5680d2f26f58036f68c41ece6e6f09421c6c2 Author: abeizn <[email protected]> AuthorDate: Wed Jun 29 12:08:24 2022 +0800 fix: ae miss connection id --- plugins/ae/tasks/commits_collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ae/tasks/commits_collector.go b/plugins/ae/tasks/commits_collector.go index 2786a3ac..a1b598cf 100644 --- a/plugins/ae/tasks/commits_collector.go +++ b/plugins/ae/tasks/commits_collector.go @@ -37,7 +37,7 @@ func CollectCommits(taskCtx core.SubTaskContext) error { Ctx: taskCtx, Params: AeApiParams{ ConnectionId: data.Options.ConnectionId, - ProjectId: data.Options.ProjectId, + ProjectId: data.Options.ProjectId, }, Table: RAW_COMMITS_TABLE, },
