Taichi Masuyama 3 лет назад
Родитель
Сommit
cf1bc4bb28
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/server/service/g2g-transfer.ts

+ 0 - 1
packages/app/src/server/service/g2g-transfer.ts

@@ -174,7 +174,6 @@ export class G2GTransferPusherService implements Pusher {
   public async transferAttachments(tk: TransferKey): Promise<void> {
   public async transferAttachments(tk: TransferKey): Promise<void> {
     const BATCH_SIZE = 100;
     const BATCH_SIZE = 100;
 
 
-    const { appUrl, key } = tk;
     const { fileUploadService } = this.crowi;
     const { fileUploadService } = this.crowi;
     const Attachment = this.crowi.model('Attachment');
     const Attachment = this.crowi.model('Attachment');