Skip to content

Commit

Permalink
Remove duplicate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Mar 15, 2024
1 parent 6e6b6ff commit 209cd55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflows/ingest/raw_material.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ func RawMaterial(ctx workflow.Context, params RawMaterialParams) error {
if err != nil {
return err
}
if err != nil {
return err
}

var files []paths.Path
for _, f := range originalFiles {
Expand Down

0 comments on commit 209cd55

Please sign in to comment.