using space-around instead of space-evenly for tree actions because that one is supported in Chrome 59 used in electron

This commit is contained in:
azivner
2017-12-10 21:46:12 -05:00
parent 8a3ea412f9
commit d025b2b3fb
2 changed files with 1 additions and 3 deletions

View File

@@ -13,8 +13,6 @@ const app_info = require('../../services/app_info');
router.post('/sync', async (req, res, next) => {
const timestampStr = req.body.timestamp;
console.log(req.body);
const timestamp = utils.parseDate(timestampStr);
const now = new Date();