CatPtain commited on
Commit
53be694
·
verified ·
1 Parent(s): f427f70

Upload public.js

Browse files
Files changed (1) hide show
  1. backend/src/routes/public.js +2 -1
backend/src/routes/public.js CHANGED
@@ -585,7 +585,8 @@ router.get('/screenshot-data/:userId/:pptId/:slideIndex?', async (req, res, next
585
  if (result) {
586
  pptData = result.content;
587
  break;
588
- } catch (error) {
 
589
  continue;
590
  }
591
  }
 
585
  if (result) {
586
  pptData = result.content;
587
  break;
588
+ }
589
+ } catch (error) {
590
  continue;
591
  }
592
  }