mirror of
https://github.com/larksuite/cli.git
synced 2026-07-10 11:04:26 +08:00
fix(apps): use tos_path instead of tosPath in release-create request body
This commit is contained in:
@@ -76,7 +76,7 @@ func buildPublishBody(branch, tosPath string) map[string]interface{} {
|
||||
body["branch"] = branch
|
||||
}
|
||||
if tosPath != "" {
|
||||
body["tosPath"] = tosPath
|
||||
body["tos_path"] = tosPath
|
||||
}
|
||||
return body
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user