diff options
| -rw-r--r-- | lib/awfeedback/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/awfeedback/index.js b/lib/awfeedback/index.js index 8990b58..b62a9a6 100644 --- a/lib/awfeedback/index.js +++ b/lib/awfeedback/index.js @@ -30,7 +30,7 @@ function AWFeedback (options) { if (!(this instanceof AWFeedback)) return new AW sheets.spreadsheets.values.get({ auth: auth, spreadsheetId: config.spreadsheet, - range: 'Form Responses 1!A2:E', + range: 'Form Responses 1!A2:F', }, function(err, response) { if (err) { res.json([]) |
