Commit b59804e78bd35352a9b1f580dc0a57f0048b9500

Authored by Adhidarma Hadiwinoto
1 parent f5615727cd
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/modem-dashboard/router-stocks.js
... ... @@ -17,7 +17,7 @@ function pageIndex(req, res, next) {
17 17 if (matrix.stock.hasOwnProperty(key)) {
18 18 stocks_array.push({
19 19 name: key,
20   - balance: matrix.stock[key];
  20 + balance: matrix.stock[key]
21 21 });
22 22 }
23 23 }