Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 29, 2025
1 parent e9a0232 commit c0372f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/src/query/queryissue/detectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ func (d *DatabaseOptionsDetector) Detect(msg protoreflect.Message) error {
if err != nil {
return err
}
for _, defName := range defNames {
for defName, _ := range defNames {
if unsupportedDatabaseOptionsFromPG15.ContainsOne(defName) {
d.pg15OptionsDetected.Add(defName)
}
Expand Down

0 comments on commit c0372f2

Please sign in to comment.