Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Nov 4, 2024
1 parent d561805 commit d255999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upstream/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ var (
)

type ForeignKeyErrorSummary struct {
count int
ids []string
ids []string
}

func (fks ForeignKeyErrorSummary) Count() int { return len(fks.ids) }
Expand Down

0 comments on commit d255999

Please sign in to comment.