zahmis 4 سال پیش
والد
کامیت
b6c7a59e40
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/slackbot-proxy/src/services/RelationsService.ts

+ 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;
     }