I forgot a semicolon, that's embarassing

This commit is contained in:
Holly McFarland 2025-05-12 17:23:03 -04:00
parent 4330a6ba00
commit 91e72b22d2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
const DEFAULT_SELL_PRICE = 60; const DEFAULT_SELL_PRICE = 60;
const SELL_PRICE_KEY = "__monorail_userscript_sell_price"; // Unlikely to collide with anything, I think const SELL_PRICE_KEY = "__monorail_userscript_sell_price"; // Unlikely to collide with anything, I think
const SELL_COLOUR = "#77FF77" const SELL_COLOUR = "#77FF77";
function getPairs(iter) { function getPairs(iter) {
/* /*