We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a4773 commit fabccbaCopy full SHA for fabccba
src/main/java/oakbot/command/aoc/AdventOfCode.java
@@ -298,7 +298,7 @@ public long nextRun() {
298
public void run(IBot bot) throws Exception {
299
for (var entry : monitoredLeaderboardByRoom.entrySet()) {
300
var roomId = entry.getKey();
301
- var leaderboardId = entry.getValue();
+ var leaderboardId = entry.getValue().id();
302
303
List<Player> leaderboard;
304
try {
0 commit comments