Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4cfd0d9

Browse files
committed
cleanup
1 parent b952eae commit 4cfd0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/challenge.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
return service;
2323

2424
function getChallenges(params) {
25-
return api.all('challenges').getList(params);
25+
return api.all('challenges').getList(params);
2626
}
2727

2828
function getUserChallenges(userId, params) {

0 commit comments

Comments
 (0)