Skip to content

Commit

Permalink
palomar: RawQuery typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 15, 2023
1 parent a7c32e3 commit 32a9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/firehose.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (s *Server) RunIndexer(ctx context.Context) error {
}
u.Path = "xrpc/com.atproto.sync.subscribeRepos"
if cur != 0 {
u.RawPath = fmt.Sprintf("cursor=%d", cur)
u.RawQuery = fmt.Sprintf("cursor=%d", cur)
}
con, _, err := d.Dial(u.String(), http.Header{})
if err != nil {
Expand Down

0 comments on commit 32a9856

Please sign in to comment.