Update dependencies.
This commit is contained in:
parent
37104788e7
commit
f154d42e67
3 changed files with 19 additions and 19 deletions
|
|
@ -53,7 +53,7 @@ func (h *Task) Submit(ctx echo.Context) error {
|
|||
}
|
||||
|
||||
// Insert the task
|
||||
err = h.tasks.
|
||||
_, err = h.tasks.
|
||||
Add(tasks.ExampleTask{
|
||||
Message: input.Message,
|
||||
}).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue