You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor routes and services to use ES module syntax; update imports and exports for consistency.
- Changed require statements to import statements in routes: questions, staging, stocks, subscription, tags, taskRequests, tasks, trading, userStatus, users, wallets.
- Updated service imports to use ES module syntax in contributions, discordService, githubService, onboardingExtension, tasks, and users.
- Adjusted logger configuration and removed unnecessary comments.
- Replaced NotFound errors with httpError.NotFound in various utility functions for better error handling.
- Refactored task-related functions to use taskModel for fetching and updating tasks.
/* Refer to limitation of this clients array here(in the limitations section of doc) - https://github.com/Real-Dev-Squad/website-www/wiki/%5BFeature%5D-%E2%80%90-Realtime-Word-Cloud-Questions-Answers-Feature*/
returnres.status(400).json({error: `User email is required to create an AWS user. Please update your email by setting up Profile service, url : ${PROFILE_SVC_GITHUB_URL}`});
0 commit comments