Skip to content

Commit

Permalink
Merge pull request #15 from tensorplex-labs/chore/update-get-tasks-en…
Browse files Browse the repository at this point in the history
…dpoint-with-3d-tasktype

chore: update get tasks endpoint with 3d tasktype
  • Loading branch information
karootplx authored Sep 20, 2024
2 parents 8b6b982 + afbe0b8 commit a8f5986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func GetTasksByPageController(c *gin.Context) {
}

if len(taskTypes) == 1 && taskTypes[0] == "All" {
taskTypes = []string{"CODE_GENERATION", "TEXT_TO_IMAGE", "DIALOGUE"}
taskTypes = []string{"CODE_GENERATION", "TEXT_TO_IMAGE", "DIALOGUE", "TEXT_TO_THREE_DEEZ"}
}

// Parsing "page" and "limit" as integers with default values
Expand Down

0 comments on commit a8f5986

Please sign in to comment.