Update: Rename Product's name to label

This commit is contained in:
machiav3lli
2022-04-08 02:23:06 +02:00
parent 13479e27d2
commit 92035ba7da
9 changed files with 20 additions and 20 deletions

View File

@ -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,

View File

@ -219,7 +219,7 @@ object IndexV1Parser {
return Product(
repositoryId = repositoryId,
packageName = packageName,
name = name,
label = name,
summary = summary,
description = description,
added = added,