connections per role

This commit is contained in:
Jan Prochazka
2024-07-30 16:26:02 +02:00
parent 2c805b3357
commit 4c5da50a04
6 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
connections_meta: true,
async connections() {
async connections(req) {
return null;
},