4 lines
114 B
JavaScript
Raw Normal View History

2018-10-07 08:51:58 +01:00
exports.addPlaceholderImage = function addPlaceholderImage(name) {
2019-08-19 19:17:53 +05:30
return `https://example.com/${name}.png`;
2019-02-06 14:19:58 +00:00
};