diff --git a/work/checkin/record.go b/work/checkin/record.go index f9a235d..8136ce0 100644 --- a/work/checkin/record.go +++ b/work/checkin/record.go @@ -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 (