Skip to content

Commit

Permalink
Merge pull request #51 from emchooo/dependabot/npm_and_yarn/ini-1.3.7
Browse files Browse the repository at this point in the history
Bump ini from 1.3.5 to 1.3.7
  • Loading branch information
emchooo authored Dec 12, 2020
2 parents 4024660 + c43affc commit 7e2bc63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/ExportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public function export(Lists $lists, $type = null)

$allContacts = $this->getContacts($lists, $type);

$allContacts->select('id', 'email', 'list_id')->with('fields')->chunk(10000, function ($contacts) use ($writer,$header) {
$contacts->each(function ($contact) use ($writer,$header) {
$allContacts->select('id', 'email', 'list_id')->with('fields')->chunk(10000, function ($contacts) use ($writer, $header) {
$contacts->each(function ($contact) use ($writer, $header) {
$values = $this->getFields($contact->fields, $header);
$values['email'] = $contact->email;
$rowFromValues = WriterEntityFactory::createRowFromArray($values);
Expand Down
13 changes: 3 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3577,9 +3577,9 @@ [email protected]:
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=

ini@^1.3.4, ini@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
version "1.3.7"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==

internal-ip@^4.3.0:
version "4.3.0"
Expand Down

0 comments on commit 7e2bc63

Please sign in to comment.