Skip to content

Commit 642f975

Browse files
committed
Plugins
1 parent 03a49a5 commit 642f975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cds-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,6 @@ function registerAfterReadJobFillLink(db) {
444444
}
445445

446446
// Plugins
447-
module.export = (async () => {
447+
module.exports = (async () => {
448448
return await Promise.all(config.plugins.map((plugin) => require(`${plugin}/cds-plugin`)));
449449
})();

0 commit comments

Comments
 (0)