@creejs/commons-collection 2.0.7 → 2.0.9

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.
@@ -398,7 +398,7 @@ class TimeWheelCache extends k {
398
398
  deleteFirst () {
399
399
  const firstKey = this.first;
400
400
  if (firstKey == null) {
401
- return false
401
+ return
402
402
  }
403
403
  this.delete(firstKey);
404
404
  return firstKey
@@ -687,7 +687,7 @@ class Hour24TimeWheelCache extends k {
687
687
  deleteFirst () {
688
688
  const firstKey = this.first;
689
689
  if (firstKey == null) {
690
- return false
690
+ return
691
691
  }
692
692
  this.delete(firstKey);
693
693
  return firstKey