Skip to content

Commit

Permalink
先移除 typeform ,目前已經大改版過無法使用
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnywang committed Jun 8, 2018
1 parent 3dc124c commit c913bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/input.js
Expand Up @@ -124,10 +124,10 @@ inquirer.prompt(questions).then(function (answers) {
.then(function(sheetID) { console.log('建完 hackfoldr 啦... https://beta.hackfoldr.org' + sheetID) })
.catch(console.error.bind(console));

console.log('建立會後問券...')
typeform(answers.name)
.then(function(result) { console.log('建完會後問券啦... ' + result.links[1].href + ', id: ' + result.id) })
.catch(console.error.bind(console));
//console.log('建立會後問券...')
//typeform(answers.name)
// .then(function(result) { console.log('建完會後問券啦... ' + result.links[1].href + ', id: ' + result.id) })
// .catch(console.error.bind(console));
});
});
});

0 comments on commit c913bec

Please sign in to comment.