Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshp91 committed Sep 13, 2024
1 parent dc4d23b commit bffcae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gofr/datasource/sql/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func (d *DB) selectStruct(ctx context.Context, query string, args []interface{},
d.logger.Errorf("error running query: %v", err)
return
}

for rows.Next() {
d.rowsToStruct(rows, rv)
}
Expand Down

0 comments on commit bffcae5

Please sign in to comment.