Skip to content

Commit

Permalink
what the heck
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent f34b455 commit cf64eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/Odin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function getEvents(): Promise<OdinEvents> {
};

let station = decode(cells[1].innerHTML);
if (["", " "].includes(station)) {
if (station.length === 1) {
station = "N/A";
}

Expand Down

0 comments on commit cf64eb7

Please sign in to comment.