Skip to content

Commit

Permalink
Merge pull request #9 from jerrychong25/dev
Browse files Browse the repository at this point in the history
Removed root function input
  • Loading branch information
jerrychong25 authored Feb 16, 2020
2 parents b41b1e1 + 063df7e commit f271704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = (str) => {
return `Installation success for malaysia-list library. Your text: ${str}`;
module.exports = () => {
return `Installation success for malaysia-list library!`;
}

module.exports.getStates = (language) => {
Expand Down

0 comments on commit f271704

Please sign in to comment.