Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Nov 4, 2024
1 parent 7029eee commit 125fa6c
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 125fa6c

Please sign in to comment.