From 5bd4b849d628cb13ecc4570d6bd1ec2c459f8ce0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 28 Jul 2020 17:51:53 +0100 Subject: [PATCH] Update src/components/imageDownloader/imageDownloader.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/components/imageDownloader/imageDownloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/imageDownloader/imageDownloader.js b/src/components/imageDownloader/imageDownloader.js index 80bc30f8b..0d2cb9140 100644 --- a/src/components/imageDownloader/imageDownloader.js +++ b/src/components/imageDownloader/imageDownloader.js @@ -372,7 +372,7 @@ import 'cardStyle'; } } -export function show (itemId, serverId, itemType, imageType) { +export function show(itemId, serverId, itemType, imageType) { return new Promise(function (resolve, reject) { currentResolve = resolve; currentReject = reject;