Skip to content
Permalink
Browse files
fixed syntax error
  • Loading branch information
aa7401 committed Jun 22, 2017
1 parent 0c67478 commit 2fcc2f5e8b901a853969bcb76ac11d35cf51f0d2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -12,7 +12,7 @@ getInput('enter base currency', (err, base) => {
checkValidCurrencyCode(base, err => {
if (err) {
console.log(err.message)
process.exit
process.exit()
}
getData(`http://api.fixer.io/latest?base=${base}`, (err, data) => {
if (err) {

0 comments on commit 2fcc2f5

Please sign in to comment.