Skip to content

Commit

Permalink
Merge pull request xvrh#1 from PublicInMotionGmbH/feature/filterFix
Browse files Browse the repository at this point in the history
Feature/filter fix
  • Loading branch information
mhelmeck authored Apr 4, 2018
2 parents d04b29c + 815a085 commit d27d13a
Show file tree
Hide file tree
Showing 801 changed files with 1 addition and 97,860 deletions.
4 changes: 1 addition & 3 deletions core/LineReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GSReader.prototype.fetchAllCells = function () {
console.warn('WARNING! Check that your spreadsheet is "Published" in "File > Publish to the web..."');
self._fetchDeferred.reject(err);
} else {
var worksheetReader = new WorksheetReader(this._sheetsFilter, data.worksheets);
var worksheetReader = new WorksheetReader(self._sheetsFilter, data.worksheets);
worksheetReader.read(function (fetchedWorksheets) {
self._fetchedWorksheets = fetchedWorksheets;
self._fetchDeferred.resolve(self._fetchedWorksheets);
Expand Down Expand Up @@ -212,5 +212,3 @@ module.exports = {
GS: GSReader,
Fake: FakeReader
}


15 changes: 0 additions & 15 deletions node_modules/.bin/nodeunit

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/.bin/nodeunit.cmd

This file was deleted.

77 changes: 0 additions & 77 deletions node_modules/google-spreadsheet/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions node_modules/google-spreadsheet/UNLICENSE

This file was deleted.

Loading

0 comments on commit d27d13a

Please sign in to comment.