This commit is contained in:
bel
2025-05-17 19:44:56 -06:00
parent 7dd5af0681
commit 8aeab5ada5

View File

@@ -28,6 +28,7 @@ func One(ctx context.Context, p string) error {
return nil
}
log.Printf("asses.deport(%s)...", p)
if err := deport(ctx, p); err != nil {
return err
}