Skip to content

Commit

Permalink
sphinx: Fix task_id not being added as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Jun 9, 2021
1 parent 450a10d commit 853890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sphinx/paths_doc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (p pathDoc) ToParams() string {
possibleParameters := []string{
"team_id", "contact_id",
"chat_id", "message_id",
"group_id"}
"group_id", "task_id"}

for _, paramString := range possibleParameters {
if strings.Contains(p.Path, paramString) {
Expand Down

0 comments on commit 853890d

Please sign in to comment.