diff --git a/helpers/cdn.helper.js b/helpers/cdn.helper.js index a4f49e6..5d09d3c 100644 --- a/helpers/cdn.helper.js +++ b/helpers/cdn.helper.js @@ -15,6 +15,7 @@ const CDN_PATHS = { WALLPAPERS: "wallpapers/", XLSX: "xlsx/", }; +const dummyMedia = encodeURI(`${assetsUrl}/defaultProfile.png`); const sanitizeFilename = (filename) => safename(sanitize(filename, { replacement: "_" }));