zahmis 4 ani în urmă
părinte
comite
b6c7a59e40

+ 0 - 1
packages/slackbot-proxy/src/services/RelationsService.ts

@@ -69,7 +69,6 @@ export class RelationsService {
 
   async isPermissionsForSingleUseCommands(relation:RelationMock, growiCommandType:string, channelName:string, baseDate:Date):Promise<boolean> {
     const syncedRelation = await this.syncRelation(relation, baseDate);
-
     if (syncedRelation == null) {
       return false;
     }