Skip to content

Commit

Permalink
Update guide.controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erenfn authored Jan 24, 2025
1 parent f0e8581 commit d071a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/controllers/guide.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GuideController {
popupService.getIncompletePopupsByUrl(url, popupIds),
bannerService.getIncompleteBannersByUrl(url, bannerIds),
hintService.getIncompleteHintsByUrl(url, hintIds),
helperLinkService.getIncompleteHelpers(helperLinkIds),
helperLinkService.getAllHelpersWithLinks(),
]);
res.status(200).json({popup, banner, hint, helperLink });

Expand All @@ -68,4 +68,4 @@ class GuideController {
}
}

module.exports = new GuideController();
module.exports = new GuideController();

0 comments on commit d071a22

Please sign in to comment.