We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3038fb commit 1c72aecCopy full SHA for 1c72aec
cds-plugin.js
@@ -7,7 +7,7 @@ cds.once("served", async () => {
7
const production = profiles.includes('production');
8
9
// read notification types
10
- const notificationTypes = readFile(cds.env.requires.notifications.types);
+ const notificationTypes = readFile(cds.env.requires?.notifications?.types);
11
12
if(validateNotificationTypes(notificationTypes)) {
13
if (production) {
0 commit comments