async copyCard()

in src/Worker.ts [245:255]


  async copyCard() {
    const client = await this.kintoneClientCreator.createKintoneClient([
      this.apps.cards.token,
      this.apps.lists.token,
    ]);
    return ApiExecutor.createCard(
      client,
      this.apps.cards.id,
      this.trelloAction.data
    );
  }