zahmis 4 vuotta sitten
vanhempi
sitoutus
6dd6d2312f
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      packages/slackbot-proxy/src/entities/relation-mock.ts

+ 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[]
 }