Fix(Tool): Fixed the bug of getting tool exception when tool desc is null
This commit is contained in:
@@ -13,7 +13,7 @@ data class Tool(
|
||||
|
||||
val platform: Platform,
|
||||
|
||||
val description: String,
|
||||
val description: String? = null,
|
||||
|
||||
val base: String? = null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user