20: Update variable map with new data

This commit is contained in:
2026-06-28 11:45:04 +02:00
parent 0aff69429a
commit dac1b62628
@@ -43,6 +43,7 @@ public final class JupiterPerpsEntryPriceVariableRefresher {
+ " = "
+ position.entryPrice()
);
variables.put(variableName, position.entryPrice().toPlainString());
}
} catch (IOException | InterruptedException exception) {
if (exception instanceof InterruptedException) {