Update team and collection authorization
This commit is contained in:
@@ -3,7 +3,7 @@ import type { Event } from '../../server/events';
|
||||
|
||||
const Slack = {
|
||||
on: (event: Event) => {
|
||||
console.log(`Slack service received ${event.name}, id: ${event.model.id}`);
|
||||
// console.log(`Slack service received ${event.name}, id: ${event.model.id}`);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user