Skip to content

Commit f597192

Browse files
fix lint
1 parent d64a45d commit f597192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const UserRoles = {
1111

1212
const ChallengeStatuses = {
1313
Completed: 'Completed',
14-
Active: 'Active',
14+
Active: 'Active'
1515
}
1616

1717
module.exports = {

0 commit comments

Comments
 (0)