Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Added insertDataOption enum
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jun 28, 2019
1 parent e555caa commit 97b75c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pointsbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ either add this user to the room, or try again using the format @[userId]:[domai
spreadsheetId: sheet_id,
range: sheet_tab_name,
valueInputOption: 'USER_ENTERED',
insertDataOption: 'INSERT_ROWS',
resource: body,
},
err => {
Expand Down

0 comments on commit 97b75c6

Please sign in to comment.