mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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 {
|
return {
|
||||||
path: makeKindFilePath({ kindSlug: this.kindSlug, number: kindPage.number }),
|
path: makeKindFilePath({ kindSlug: this.kindSlug, number: kindPage.number }),
|
||||||
content: {
|
content: {
|
||||||
|
number: kindPage.number,
|
||||||
nextPage,
|
nextPage,
|
||||||
summary: this.summary,
|
summary: this.summary,
|
||||||
items: kindPage.items
|
items: kindPage.items
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue