Skip to content

Commit

Permalink
Merge d60d5ae into 6cbd780
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Dec 28, 2019
2 parents 6cbd780 + d60d5ae commit 9e5880f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const findResto = (id) => {
});
};

exports.translateTags = (strTags) => {
const translateTags = (strTags) => {
if (!strTags) {
throw new TypeError('Not a valid tags');
}
Expand All @@ -149,3 +149,4 @@ exports.translateTags = (strTags) => {

exports.findMenu = findMenu;
exports.findResto = findResto;
exports.translateTags = translateTags;

0 comments on commit 9e5880f

Please sign in to comment.