main
bel 2025-05-17 19:44:56 -06:00
parent 7dd5af0681
commit 8aeab5ada5
1 changed files with 1 additions and 0 deletions

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
}