Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 51fb17c

Browse files
committed
update
1 parent d0826ea commit 51fb17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/orm/src/client/crud/validator/cache-decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function cache() {
2929

3030
// Check cache
3131
const cached = this.getCache(cacheKey);
32-
if (cached) {
32+
if (cached === undefined) {
3333
return cached;
3434
}
3535

0 commit comments

Comments
 (0)