Skip to content

Commit acac548

Browse files
authored
chore: cds.services._pending will be removed (#1274)
Please approve for pending fixes to `@sap/cds`
1 parent 9b35366 commit acac548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cds.test = Object.setPrototypeOf(function () {
112112
}
113113

114114
// Clean cache
115-
delete cds.services._pending.db
115+
delete cds.services._pending?.db
116116
delete cds.services.db
117117
delete cds.db
118118
delete cds.model

0 commit comments

Comments
 (0)