update files
This commit is contained in:
parent
1c701e9151
commit
6f17ff93ac
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ func (bluesky *Bluesky) DeleteRecord(args []string) *CommitResponse {
|
||||||
return resp
|
return resp
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bluesky *Bluesky) FetchPost(did string, rkey string) FetchedPost {
|
func (bluesky *Bluesky) FetchPost(did string, rkey string) *FetchedPost {
|
||||||
resp := FetchedPost{}
|
resp := &FetchedPost{}
|
||||||
params := struct {
|
params := struct {
|
||||||
URIs string `url:"uris"`
|
URIs string `url:"uris"`
|
||||||
}{
|
}{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue