Commit 5fd5a1b82b6afc0706735456a8b28388ebe3922e

Authored by Adhidarma Hadiwinoto
1 parent ea5da433c9
Exists in master

always override ts

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

... ... @@ -262,9 +262,7 @@ function topupRequest(task, retry) {
262 262 task.retry = retry;
263 263 }
264 264  
265   - if (!task.ts) {
266   - task.ts = moment(task.timestamp, 'YYYYMMDDHHmmss').format('YYYY-MM-DD HH:mm:ss')
267   - }
  265 + task.ts = moment(task.timestamp, 'YYYYMMDDHHmmss').format('YYYY-MM-DD HH:mm:ss')
268 266  
269 267 var remoteProduct = task.remoteProduct.split(',');
270 268