Fix lint issues

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-16 18:11:14 +02:00
parent ec4e142df2
commit a37dd4d332

View File

@@ -150,6 +150,7 @@ func newCmdList(f *cmdutil.Factory) *cobra.Command {
}
table := clicmdutil.NewTable("ID", "NAME", "SLUG", "CATEGORY", "STATE", "STATUS", "LAST ATTEMPT", "UPDATED")
for _, p := range parties {
lastAttempt := ""
if p.LastEnrichmentAttemptAt != nil {