Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Mar 4, 2024
1 parent 390a780 commit 77b0a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion upstream/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func ReconcileSome(ctx context.Context, config UpstreamConfig, batchSize int, ru
var count int
for _, table := range reconciledTables {
if len(runOnly) > 0 && !lo.Contains(runOnly, table.TableName()) {
ctx.Tracef("skipping reconciliation of table %s", table.TableName())
continue
}

Expand Down

0 comments on commit 77b0a14

Please sign in to comment.