We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e929978 commit 3c147adCopy full SHA for 3c147ad
1 file changed
aiarena/frontend/views/graphql.py
@@ -44,4 +44,5 @@ def _capture_sentry_exceptions(self, errors):
44
# return formatted_error
45
46
def format_error(self, error):
47
- return super().format_error(error)
+ return super().format_error(error)
48
+
0 commit comments