Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Modularize cookie retrieval out of 'apiRequest.js'
- Move some of the cookie retrieval logic to a separate helper function named 'getCookie' in 'src/helpers/getCookie.js'. - Update 'apiRequest.js' to use the new helper function.
- Loading branch information