Skip to content

Commit

Permalink
#114 Add workflow execution association request
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiawei committed Nov 6, 2024
1 parent 6f2af73 commit e3b6b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskman-server/api/v2/request/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func PluginCreateRequest(c *gin.Context) {
}
if !exist {
// 用户和角色填写不匹配,返回错误
err = fmt.Errorf("role:%s and user:%s do not match", input.ReportUser, input.ReportRole)
err = fmt.Errorf("role:%s and user:%s do not match", input.ReportRole, input.ReportUser)
return
}
output, tmpErr := handlePluginRequestCreate(input, param.RequestId, requestToken, requestLanguage)
Expand Down

0 comments on commit e3b6b44

Please sign in to comment.