Skip to content

Commit

Permalink
jiji
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadiestro committed Dec 2, 2024
1 parent e4966b6 commit d004b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stiller-backend/internal/handlers/post_template.new.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func PostTemplateNew(w http.ResponseWriter, r *http.Request, params httprouter.P
Set("title", req_payload.Title).
Set("description", req_payload.Description).
Set("templatefile", templatefile_id).
Set("owner", user_id).
Returning("id")

newtempl_query, newtempl_args := newtempl_stmt.String(), newtempl_stmt.Args()
Expand Down

0 comments on commit d004b8b

Please sign in to comment.