Add update task state

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-26 15:25:58 +01:00
parent 0882a65e8d
commit 58fddfc240
9 changed files with 576 additions and 6 deletions

View File

@@ -106,7 +106,6 @@ func (impl *Implm) Run(
return fmt.Errorf("cannot create pg client: %w", err)
}
// Get the pepper bytes for password hashing
pepper, err := impl.cfg.Auth.GetPepperBytes()
if err != nil {
return fmt.Errorf("cannot get pepper bytes: %w", err)