zahmis 4 lat temu
rodzic
commit
6dd6d2312f

+ 1 - 2
packages/slackbot-proxy/src/entities/relation-mock.ts

@@ -6,10 +6,9 @@ import { Installation } from './installation';
 
 
 // expected data see below
-//   channelsObject: {
 //     create: ['srv', 'admin'],
+//     togetter: false,
 //     search: ['admin'],
-//   }
 interface supportedCommandInterface {
    [commandName: string]: boolean | string[]
 }