update files

This commit is contained in:
Astra 2025-07-13 19:25:59 +01:00
parent 1c701e9151
commit 6f17ff93ac

View file

@ -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"`
}{ }{