update
This commit is contained in:
@@ -149,7 +149,6 @@ class ProblemSerializer(BaseProblemSerializer):
|
|||||||
"visible",
|
"visible",
|
||||||
"is_public",
|
"is_public",
|
||||||
"answers",
|
"answers",
|
||||||
"ast_rules",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_mermaid_code(self, obj):
|
def get_mermaid_code(self, obj):
|
||||||
@@ -200,7 +199,6 @@ class ProblemSafeSerializer(BaseProblemSerializer):
|
|||||||
"accepted_number",
|
"accepted_number",
|
||||||
"statistic_info",
|
"statistic_info",
|
||||||
"answers",
|
"answers",
|
||||||
"ast_rules",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_mermaid_code(self, obj):
|
def get_mermaid_code(self, obj):
|
||||||
|
|||||||
Reference in New Issue
Block a user