Skip to content

Commit c733449

Browse files
fix Conn4 tariff order
1 parent 190b4f9 commit c733449

File tree

1 file changed

+1
-1
lines changed
  • liberator/src/main/kotlin/de/binarynoise/liberator/portals

1 file changed

+1
-1
lines changed

liberator/src/main/kotlin/de/binarynoise/liberator/portals/Conn4.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ object Conn4 : PortalLiberator {
252252
{ it.getTariffBandwidth() },
253253
// TODO: include "limitationAfterLimitExploited" into decision
254254
)
255-
)
255+
).reversed()
256256
if (availableTariffs.isEmpty()) error("no tariffs available")
257257
return availableTariffs
258258
}

0 commit comments

Comments
 (0)