@rango-dev/queue-manager-rango-preset 0.1.10-next.93 → 0.1.10-next.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2490,7 +2490,7 @@ function _migration() {
2490
2490
  var _tasks;
2491
2491
  var taskId = uuid.v4();
2492
2492
  var convertedSwap = {
2493
- id: uuid.v4(),
2493
+ id: swap.requestId,
2494
2494
  createdAt: Number(swap.creationTime),
2495
2495
  name: 'swap',
2496
2496
  status: queueManagerCore.Status.RUNNING,
@@ -2518,7 +2518,7 @@ function _migration() {
2518
2518
  */
2519
2519
  var status = swap.status === 'success' ? queueManagerCore.Status.SUCCESS : queueManagerCore.Status.FAILED;
2520
2520
  var _convertedSwap = {
2521
- id: uuid.v4(),
2521
+ id: swap.requestId,
2522
2522
  createdAt: Number(swap.creationTime),
2523
2523
  name: 'swap',
2524
2524
  status: status,