mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Save kindNames to kind index
This commit is contained in:
parent
387daeb3d2
commit
b45bab808e
1 changed files with 2 additions and 0 deletions
|
|
@ -418,6 +418,8 @@ class BuildLists {
|
||||||
if ( kindLists[ kindName ].list.length === 0 ) continue
|
if ( kindLists[ kindName ].list.length === 0 ) continue
|
||||||
|
|
||||||
kindIndex[ categorySlug ].description = kindLists[ kindName ].summary.sampleNames
|
kindIndex[ categorySlug ].description = kindLists[ kindName ].summary.sampleNames
|
||||||
|
// Save kindName
|
||||||
|
kindIndex[ categorySlug ].kindName = kindName
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save the index
|
// Save the index
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue