mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Update: Rename Product's name to label
This commit is contained in:
@ -92,7 +92,7 @@ class IndexHandler(private val repositoryId: Long, private val callback: Callbac
|
||||
fun build(): Product = Product(
|
||||
repositoryId = repositoryId,
|
||||
packageName = packageName,
|
||||
name = name,
|
||||
label = name,
|
||||
summary = summary,
|
||||
description = description,
|
||||
added = added,
|
||||
|
@ -219,7 +219,7 @@ object IndexV1Parser {
|
||||
return Product(
|
||||
repositoryId = repositoryId,
|
||||
packageName = packageName,
|
||||
name = name,
|
||||
label = name,
|
||||
summary = summary,
|
||||
description = description,
|
||||
added = added,
|
||||
|
Reference in New Issue
Block a user