zahmis 4 tahun lalu
induk
melakukan
b6c7a59e40
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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;
     }