@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.
@@ -2486,7 +2486,7 @@ function _migration() {
2486
2486
  var _tasks;
2487
2487
  var taskId = v4();
2488
2488
  var convertedSwap = {
2489
- id: v4(),
2489
+ id: swap.requestId,
2490
2490
  createdAt: Number(swap.creationTime),
2491
2491
  name: 'swap',
2492
2492
  status: Status.RUNNING,
@@ -2514,7 +2514,7 @@ function _migration() {
2514
2514
  */
2515
2515
  var status = swap.status === 'success' ? Status.SUCCESS : Status.FAILED;
2516
2516
  var _convertedSwap = {
2517
- id: v4(),
2517
+ id: swap.requestId,
2518
2518
  createdAt: Number(swap.creationTime),
2519
2519
  name: 'swap',
2520
2520
  status: status,