diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2024-11-15 11:57:51 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2024-11-15 11:57:51 -0800 |
commit | 0f4fda9c22f3bc339d7e317efff488595feb41d6 (patch) | |
tree | 209f6878758cbd114e68bbd239d6a3e63b140f74 /stocks/stocks.js | |
parent | 9ca8cb0dfa3888bd9f0168e4c8690f9294d1c84b (diff) |
use clearer variable names
Diffstat (limited to 'stocks/stocks.js')
-rw-r--r-- | stocks/stocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stocks/stocks.js b/stocks/stocks.js index c456534..4d173a1 100644 --- a/stocks/stocks.js +++ b/stocks/stocks.js @@ -22,4 +22,4 @@ export async function main(ns) { } // look through all the stocks to see what is going up, and run stocker on whatever is -//
\ No newline at end of file + |