瀏覽代碼

Pass along edit token on post update

Fixes bug introduced when we moved `Token` into the func's parameters,
out of PostParams.
pull/9/head
Matt Baer 5 年之前
父節點
當前提交
cbbd4ec209
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      post.go

+ 3
- 0
post.go 查看文件

@@ -145,8 +145,11 @@ func (c *Client) updatePost(collection, identifier, token string, sp *PostParams
/*
if collection != "" {
endpoint = "/collections/" + collection + endpoint
} else {
sp.Token = token
}
*/
sp.Token = token
env, err := c.put(endpoint, sp, p)
if err != nil {
return nil, err


Loading…
取消
儲存