Update dependencies.

This commit is contained in:
mikestefanello 2025-08-04 08:38:30 -04:00
parent 37104788e7
commit f154d42e67
3 changed files with 19 additions and 19 deletions

View file

@ -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,
}).