Skip to content

Commit fabccba

Browse files
committed
Fix compile error
1 parent 58a4773 commit fabccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/oakbot/command/aoc/AdventOfCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public long nextRun() {
298298
public void run(IBot bot) throws Exception {
299299
for (var entry : monitoredLeaderboardByRoom.entrySet()) {
300300
var roomId = entry.getKey();
301-
var leaderboardId = entry.getValue();
301+
var leaderboardId = entry.getValue().id();
302302

303303
List<Player> leaderboard;
304304
try {

0 commit comments

Comments
 (0)