@punks/backend-entity-manager 0.0.346 → 0.0.347

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.
package/dist/cjs/index.js CHANGED
@@ -2981,6 +2981,7 @@ class TypeormCacheInstance {
2981
2981
  where: {
2982
2982
  instance: this.instanceName,
2983
2983
  key,
2984
+ expirationTime: typeorm.MoreThanOrEqual(new Date()),
2984
2985
  },
2985
2986
  });
2986
2987
  if (item) {