mirror of
https://github.com/imjasonh/go-marvel
synced 2026-07-12 07:59:10 +00:00
syntax error
This commit is contained in:
parent
a775583273
commit
880d0aae2e
1 changed files with 0 additions and 6 deletions
|
|
@ -133,12 +133,6 @@ func (s Series) Comics(params CommonParams) (resp struct{
|
|||
commonList
|
||||
Results []Comic
|
||||
}
|
||||
}, err error) {
|
||||
commonResponse
|
||||
Data struct {
|
||||
commonList
|
||||
Results []Comic
|
||||
}
|
||||
}, err error) {
|
||||
u := s.client.baseURL(fmt.Sprintf("series/%d/comics", id), params)
|
||||
r, err := c.fetch(u)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue