generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deprecated GET task/self (#2284)
* fix: deprecated GET task/self * fix: fixed the failing test * Update tasks.test.js * added warning message for deprecated route * added test cases for dev = false or when dev is not present * added a new error message * added error message to the controller * changes to the error code in test * correct warning message * Update tasks.test.js * Update tasks.test.js * added new warning message * test changes * Merge pull request #2292 from vikasosmium/deprecate-stocks-self-GET-route Added New Route to fetch User Stocks * Remove user.data() in firestore data set (#2282) * Updated set * Added Dev Feature Flag * Added variable for dev flag * Update dev feature flag to be used as boolean * Tests working of addOrUpdate feature when dev feature flag is true --------- Co-authored-by: Achintya Chatterjee <[email protected]> Co-authored-by: Prakash Choudhary <[email protected]> * new route definition minor changes * Update tasks.js * reverted errorMessages.ts * reverted tasks.js controller * reverted tasks.js router * updated tasks.test.js --------- Co-authored-by: Vikas Singh <[email protected]> Co-authored-by: Rahul Goyal <[email protected]> Co-authored-by: Achintya Chatterjee <[email protected]> Co-authored-by: Prakash Choudhary <[email protected]>
- Loading branch information
1 parent
c31d7db
commit f1ea79e
Showing
3 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters