Skip to content

Commit 61e2749

Browse files
committed
removed global.alert
1 parent b5d8ccf commit 61e2749

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cds-plugin.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ const {
66
readFileContent,
77
} = require("./lib/utils");
88

9-
global.alert = {
10-
notify: notifier.postNotification,
11-
};
12-
139
cds.once("served", () => {
1410
/**
1511
* For local testing initialise VCAP_SERVICES variables for the application
@@ -38,4 +34,3 @@ cds.once("served", () => {
3834
}
3935
});
4036

41-
module.exports = { alert: alert };

0 commit comments

Comments
 (0)