this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in comment (#1149)

authored by

bnewbold and committed by
GitHub
0f22fe8b 2d608aa6

+1 -1
+1 -1
atproto/client/apirequest.go
··· 34 34 // Optional query parameters (field may be nil). These will be encoded as provided. 35 35 QueryParams url.Values 36 36 37 - // Optional HTTP headers (field bay be nil). Only the first value will be included for each header key ("Set" behavior). 37 + // Optional HTTP headers (field may be nil). Only the first value will be included for each header key ("Set" behavior). 38 38 Headers http.Header 39 39 } 40 40