Skip to content

Commit 4a845c9

Browse files
committed
Update to release-02.00
1 parent 06b45d9 commit 4a845c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/kotlin/com/thoo/api/models

src/main/kotlin/com/thoo/api/models/Budy.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ class Budy(
55
val displayName: String,
66
val themeUuid: String?,
77
val displayIcon: String,
8-
val assetPath: String
8+
val assetPath: String,
9+
val isHiddenIfNotOwned: Boolean
910
)

0 commit comments

Comments
 (0)