소스 검색

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


불러오는 중...
취소
저장