This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new a2505fdee fix: document parse error (#8506)
a2505fdee is described below
commit a2505fdeed6df8d8e7e2463eecd295c5cd8b18c1
Author: NaRro <[email protected]>
AuthorDate: Fri Jul 18 05:58:07 2025 +0000
fix: document parse error (#8506)
---
backend/plugins/customize/api/csv_issue.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/plugins/customize/api/csv_issue.go
b/backend/plugins/customize/api/csv_issue.go
index 2e9aaddd9..282991a90 100644
--- a/backend/plugins/customize/api/csv_issue.go
+++ b/backend/plugins/customize/api/csv_issue.go
@@ -193,7 +193,7 @@ func (h *Handlers) ImportIssueChangelog(input
*plugin.ApiResourceInput) (*plugin
// @Accept multipart/form-data
// @Param boardId formData string true "the ID of the board"
// @Param file formData file true "select file to upload"
-// @Param incremental formData boolean false "Whether to do incremental
sync (default false
+// @Param incremental formData boolean false "Whether to do incremental
sync (default false)"
// @Produce json
// @Success 200
// @Failure 400 {object} shared.ApiBody "Bad Request"