We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4469 commit 9ee3ecaCopy full SHA for 9ee3eca
src/services/challenges.js
@@ -91,7 +91,7 @@ export async function fetchTimelineTemplates () {
91
* @returns {Promise<*>}
92
*/
93
export async function fetchChallengeTimelines () {
94
- const response = await axiosInstance.get(`${CHALLENGE_TIMELINES_URL}?isDefault=true&page=1&perPage=100`)
+ const response = await axiosInstance.get(`${CHALLENGE_TIMELINES_URL}?page=1&perPage=100`)
95
return _.get(response, 'data', [])
96
}
97
0 commit comments