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