Fix wrong type

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-28 15:14:55 -08:00
parent ab38e90f73
commit 0c55cafd6e

View File

@@ -31,7 +31,7 @@ import (
type ( type (
Task struct { Task struct {
ID gid.GID ID gid.GID
ControlID string ControlID gid.GID
ContentRef string ContentRef string
CreatedAt time.Time CreatedAt time.Time
UpdatedAt time.Time UpdatedAt time.Time