From 6a2367c57072e725160b35c85744ef0572c954e8 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 22 Aug 2019 19:28:01 +0200 Subject: [PATCH] dummymedia --- helpers/cdn.helper.js | 1 + 1 file changed, 1 insertion(+) 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: "_" }));