From 61c441572b42a3d3f748eb11fd3a124bb542699f Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 2 Nov 2022 18:33:49 +0300 Subject: [PATCH] remove bug --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 7584b21..e0991f0 100644 --- a/index.js +++ b/index.js @@ -62,6 +62,9 @@ function loadSchema(schema) { urls.push(schema[i].url) } app.loadURLs(urls) + try{ + createDraws(schema[0].figures) + } catch {} return [urls, picSchema] }