bruce-models 2.3.4 → 2.3.5

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.
@@ -3414,7 +3414,7 @@ class AbstractApi {
3414
3414
  id: key,
3415
3415
  data: value,
3416
3416
  duration,
3417
- persistence: "storage"
3417
+ persistence: "memory"
3418
3418
  });
3419
3419
  });
3420
3420
  }