File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = {
44 key : "google_sheets-add-multiple-rows" ,
55 name : "Add Multiple Rows" ,
66 description : "Add multiple rows of data to a Google Sheet" ,
7- version : "0.1.0 " ,
7+ version : "0.1.1 " ,
88 type : "action" ,
99 props : {
1010 googleSheets,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = {
44 key : "google_sheets-add-single-row" ,
55 name : "Add Single Row" ,
66 description : "Add a single row of data to Google Sheets" ,
7- version : "0.1.0 " ,
7+ version : "0.1.1 " ,
88 type : "action" ,
99 props : {
1010 googleSheets,
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ module.exports = {
213213 } ,
214214 } ) ;
215215 if ( resp . status >= 400 ) {
216- throw new Error ( resp . data ) ;
216+ throw new Error ( JSON . stringify ( resp . data ) ) ;
217217 }
218218 return resp . data . updates ;
219219 } ,
You can’t perform that action at this time.
0 commit comments