Skip to content

Commit 0e1f008

Browse files
authored
Disable representer (#2537)
The representer always 500s. This is now a critical issue as it means no community solutions show, so I'm disabling it.
1 parent 127fb59 commit 0e1f008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"status": {
66
"concept_exercises": true,
77
"test_runner": true,
8-
"representer": true,
8+
"representer": false,
99
"analyzer": false
1010
},
1111
"blurb": "Java is a very widely used Object Oriented programming language. It's safe, simple to use and portable so that you can \"write once, run anywhere\".",

0 commit comments

Comments
 (0)