Skip to content

Commit 9ee3eca

Browse files
author
James Cori
committed
Removing Default Filter
1 parent 14a4469 commit 9ee3eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function fetchTimelineTemplates () {
9191
* @returns {Promise<*>}
9292
*/
9393
export async function fetchChallengeTimelines () {
94-
const response = await axiosInstance.get(`${CHALLENGE_TIMELINES_URL}?isDefault=true&page=1&perPage=100`)
94+
const response = await axiosInstance.get(`${CHALLENGE_TIMELINES_URL}?page=1&perPage=100`)
9595
return _.get(response, 'data', [])
9696
}
9797

0 commit comments

Comments
 (0)