mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix typo
This commit is contained in:
parent
af4422c42a
commit
2b0f8a9482
@ -129,7 +129,7 @@ def request_handler(request_handler):
|
||||
500,
|
||||
{
|
||||
"error": "Internal server error",
|
||||
"errcode": Codes.M_UNKNOWN,
|
||||
"errcode": Codes.UNKNOWN,
|
||||
},
|
||||
send_cors=True
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user