Working
This commit is contained in:
@@ -46,6 +46,7 @@ func getSnapshotRecordsFromDb(rowCount int) ([]*SnapshotRecord, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
rows.Next()
|
||||||
err = rows.Scan(records)
|
err = rows.Scan(records)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user