Skip to content
Snippets Groups Projects
Commit 34c39398 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

i hate weakly typed languages

parent 55a18648
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class BaseMediaResource(Resource):
raise SynapseError(
404,
"Invalid media id token %r" % (request.postpath,),
Codes.UNKKOWN,
Codes.UNKNOWN,
)
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment