Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Added back old ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
WJXHenry committed May 1, 2019
1 parent 366ae4c commit b99828f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/lrt-escalator-elevator-outages.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = async function(req, res) {
fixed_html: formatData(fixed, '<br>- '),
outages_csv: formatData(latestColumnRows, ''),
fixed_csv: formatData(fixed, ''),
outages: JSON.stringify(latestColumnRows), // Old ingredients (Should be removed once trigger updated)
fixed: JSON.stringify(fixed), // Old ingredients (Should be removed once trigger updated)
meta: {
id,
timestamp: Math.round(new Date() / 1000)
Expand Down

0 comments on commit b99828f

Please sign in to comment.