Skip to content

Commit

Permalink
fix calls
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Jun 3, 2024
1 parent 7b263c8 commit ecb15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tool/audit/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func Run(ctx context.Context, cloudIndexPath, table string, cfg Config, logger l
return 0, 0, err
}

compactedIdx, err := ParseCompactexIndex(ctx, localFile, table, cfg, logger)
compactedIdx, err := ParseCompactexIndex(ctx, localFile, table, cfg)
if err != nil {
return 0, 0, err
}
Expand Down

0 comments on commit ecb15fa

Please sign in to comment.