Skip to content

Commit

Permalink
Fixed typo in function - Exclude handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Amundson committed Mar 1, 2024
1 parent dc4b002 commit 722c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion us-enrichment-api/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (l Lookup) populateInclude(query url.Values) {
}

func (l Lookup) populateExclude(query url.Values) {
if len(l.Include) > 0 {
if len(l.Exclude) > 0 {
query.Set("exclude", l.Exclude)
}
}

0 comments on commit 722c6dd

Please sign in to comment.