Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit b7c3b0c

Browse files
committed
Added shopEntries and isBundle to shop entries
1 parent 5232140 commit b7c3b0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/Main.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ fun main(args : Array<String>){
1212
println(it.id)
1313
}
1414

15-
api.getItemShop()?.data?.featured?.forEach {
16-
println("${it.isBundle} : ${it.sortPriority}")
17-
}
18-
1915
}

0 commit comments

Comments
 (0)