You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/06/21 01:19:51 UTC

[incubator-devlake] 02/04: feat: multi-conn for tapd and update migrationscripts

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 8b448511b1b4f3c611373d553d150852c0d27ffe
Author: abeizn <zi...@merico.dev>
AuthorDate: Mon Jun 20 18:50:30 2022 +0800

    feat: multi-conn for tapd and update migrationscripts
---
 plugins/tapd/tasks/api_client.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tapd/tasks/api_client.go b/plugins/tapd/tasks/api_client.go
index d2be604a..9571a8ce 100644
--- a/plugins/tapd/tasks/api_client.go
+++ b/plugins/tapd/tasks/api_client.go
@@ -28,7 +28,7 @@ import (
 )
 
 func NewTapdApiClient(taskCtx core.TaskContext, connection *models.TapdConnection) (*helper.ApiAsyncClient, error) {
-	
+
 	auth := base64.StdEncoding.EncodeToString([]byte(connection.Token))
 	// create synchronize api client so we can calculate api rate limit dynamically
 	headers := map[string]string{