|
@@ -93,7 +93,6 @@ interface Pusher {
|
|
|
startTransfer(
|
|
startTransfer(
|
|
|
tk: TransferKey,
|
|
tk: TransferKey,
|
|
|
user: any,
|
|
user: any,
|
|
|
- toGROWIInfo: IDataGROWIInfo,
|
|
|
|
|
collections: string[],
|
|
collections: string[],
|
|
|
optionsMap: any,
|
|
optionsMap: any,
|
|
|
): Promise<void>
|
|
): Promise<void>
|
|
@@ -310,7 +309,7 @@ export class G2GTransferPusherService implements Pusher {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// eslint-disable-next-line max-len
|
|
// eslint-disable-next-line max-len
|
|
|
- public async startTransfer(tk: TransferKey, user: any, toGROWIInfo: IDataGROWIInfo, collections: string[], optionsMap: any): Promise<void> {
|
|
|
|
|
|
|
+ public async startTransfer(tk: TransferKey, user: any, collections: string[], optionsMap: any): Promise<void> {
|
|
|
const socket = this.crowi.socketIoService.getAdminSocket();
|
|
const socket = this.crowi.socketIoService.getAdminSocket();
|
|
|
|
|
|
|
|
socket.emit('admin:g2gProgress', {
|
|
socket.emit('admin:g2gProgress', {
|