Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 6efc719

Browse files
WardormeurDanielBrierton
authored andcommitted
Patchfix due to name change (#194)
1 parent d30306c commit 6efc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require('./migrate-psql-db.js')(function (err) {
3636
'users': config['users']
3737
});
3838
seneca.use(require('./nodebb-api.js'), config.nodebb);
39-
seneca.use(require('cp-permissions'), {
39+
seneca.use(require('cp-permissions-plugin'), {
4040
config: __dirname + '/config/permissions'
4141
});
4242

0 commit comments

Comments
 (0)