mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-02-16 00:53:10 +00:00
rename workingWithRows to addRow
This commit is contained in:
@@ -26,7 +26,7 @@ function addNewMemberToSheets(name, email, residence, slackHandle) {
|
||||
step();
|
||||
});
|
||||
},
|
||||
function workingWithRows(step) {
|
||||
function addRow(step) {
|
||||
console.log('Start Google Spreadsheet row write.');
|
||||
sheet.addRow({
|
||||
'jäsenmaksu': true,
|
||||
|
||||
Reference in New Issue
Block a user