tangled
alpha
login
or
join now
edavis.dev
/
monarch
an app.bsky.* indexer
1
fork
atom
overview
issues
pulls
pipelines
fix(census): set curs before next page fetch
Eric Davis
5 months ago
02dbec40
2a2a947f
options
unified
split
Changed files
+2
-1
cmd
monarch
census.go
+2
-1
cmd/monarch/census.go
···
59
59
}
60
60
61
61
if res.Cursor != nil && *res.Cursor != "" {
62
62
-
cs.cursor.SetReposCursor(*res.Cursor)
62
62
+
curs = *res.Cursor
63
63
+
cs.cursor.SetReposCursor(curs)
63
64
} else {
64
65
break
65
66
}