Commit 42762a789e5d13ba677945926880ef78fbfa9e05

Authored by Adhidarma Hadiwinoto
1 parent a62fa17060
Exists in master

APISERVER: typo

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

api-server/router-products.js
... ... @@ -43,7 +43,7 @@ function pageAdd(req, res, next) {
43 43 continue;
44 44 }
45 45  
46   - config.push(product.trim().toUpperCase());
  46 + config.products.push(product.trim().toUpperCase());
47 47 }
48 48  
49 49 config.products.map(function(x) { return x.toUpperCase(); });