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
|
||||
}
|
||||
|
||||
func (bluesky *Bluesky) FetchPost(did string, rkey string) FetchedPost {
|
||||
resp := FetchedPost{}
|
||||
func (bluesky *Bluesky) FetchPost(did string, rkey string) *FetchedPost {
|
||||
resp := &FetchedPost{}
|
||||
params := struct {
|
||||
URIs string `url:"uris"`
|
||||
}{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue