Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markvdouw committed Nov 2, 2023
1 parent 4dc82de commit eb27314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object SideloadedKitsUtils {
}
}
}
for (i in 0..kits.size) {
for (i in kits.indices) {
val kit = kits.get(i)
if (!addedIds.contains(kit.kitId())) {
kit.getJsonConfig()?.let {
Expand Down

0 comments on commit eb27314

Please sign in to comment.