Explorar el Código

Removed unnecessary code

Taichi Masuyama hace 3 años
padre
commit
cf1bc4bb28
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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> {
     const BATCH_SIZE = 100;
 
-    const { appUrl, key } = tk;
     const { fileUploadService } = this.crowi;
     const Attachment = this.crowi.model('Attachment');