Skip to content

Commit

Permalink
renamed inject to merged.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Dec 15, 2023
1 parent edb699d commit 5b8e3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (h TaskHandler) Get(ctx *gin.Context) {
}
r := Task{}
r.With(task)
q := ctx.Query("inject")
q := ctx.Query("merged")
if b, _ := strconv.ParseBool(q); b {
err := r.injectFiles(h.DB(ctx))
if err != nil {
Expand Down

0 comments on commit 5b8e3f4

Please sign in to comment.