2019-09-26 22:15:27 +05:30

4 lines
114 B
JavaScript

exports.addPlaceholderImage = function addPlaceholderImage(name) {
return `https://example.com/${name}.png`;
};