freeCodeCamp/api-server
Stuart Taylor 675d6a76e4 Fix: Current challenge timeout (#35352)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #35345

This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise.
2019-02-22 17:19:12 +05:30
..
common chore: normalize freeCodeCamp in english (#35258) 2019-02-19 15:19:49 +05:30
public chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
server Fix: Current challenge timeout (#35352) 2019-02-22 17:19:12 +05:30
.babelrc.js chore: Refactor server tests to use jest 2018-12-04 17:42:12 +05:30
.gitignore chore(root): Ensure development environment 2018-09-03 17:47:48 +05:30
development-entry.js fix(server): path to .env and launch on Windows 2018-10-09 11:02:36 +01:00
jest.config.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
package-lock.json chore: Move sinon dep to the root 2019-02-21 21:03:06 +05:30
package.json chore: Move sinon dep to the root 2019-02-21 21:03:06 +05:30
post-seed.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30