mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Include number in kind api data
This commit is contained in:
parent
747622e719
commit
85d0297946
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ export class KindList extends PaginatedList {
|
|||
return {
|
||||
path: makeKindFilePath({ kindSlug: this.kindSlug, number: kindPage.number }),
|
||||
content: {
|
||||
number: kindPage.number,
|
||||
nextPage,
|
||||
summary: this.summary,
|
||||
items: kindPage.items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue