diff --git a/lib/helpers/combineURLs.js b/lib/helpers/combineURLs.js index f1b58a58..d69a784d 100644 --- a/lib/helpers/combineURLs.js +++ b/lib/helpers/combineURLs.js @@ -5,6 +5,7 @@ * * @param {string} baseURL The base URL * @param {string} relativeURL The relative URL + * * @returns {string} The combined URL */ module.exports = function combineURLs(baseURL, relativeURL) {