mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-23 13:42:25 +08:00
fix: ineffectual assignment to err
This commit is contained in:
@@ -67,7 +67,7 @@ func (r *Client) GetCheckinData(req *GetCheckinDataRequest) (*GetCheckinDataResp
|
||||
}
|
||||
result := &GetCheckinDataResponse{}
|
||||
err = util.DecodeWithError(response, result, "GetCheckinData")
|
||||
return result, nil
|
||||
return result, err
|
||||
}
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user