Skip to content

Commit 39b5ba2

Browse files
committed
accurate current user stub and hide tasks filter
1 parent d2c4f8e commit 39b5ba2

10 files changed

Lines changed: 158 additions & 89 deletions

File tree

src/backend/src/controllers/slack.controllers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import SlackServices from '../services/slack.services';
55
export default class SlackController {
66
static async processMessageEvent(event: any) {
77
try {
8+
console.log('got an event');
89
const organizations = await OrganizationsService.getAllOrganizations();
910
const nerSlackWorkspaceId = await getWorkspaceId();
1011
const relatedOrganization = organizations.find((org) => org.slackWorkspaceId === nerSlackWorkspaceId);

0 commit comments

Comments
 (0)