This commit is contained in:
parent
8977ae6a0c
commit
33e58ebe9e
|
@ -132,7 +132,7 @@ func (h *hubIncomingBackend) UpdateFeed(subscriptionID int64, contentType string
|
||||||
}
|
}
|
||||||
|
|
||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
err = rows.Scan(&topic, channel, feedID)
|
err = rows.Scan(&topic, &channel, &feedID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user