Test + DMAPI fixups

This commit is contained in:
Jordan Brown
2020-04-28 12:31:55 -04:00
parent 2534837b3a
commit 7135b72c68
2 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -95,8 +95,7 @@
/datum/tgs_api/v5/proc/TopicResponse(error_message = null)
var/list/response = list()
if(error_message)
response[DMAPI5_RESPONSE_ERROR_MESSAGE] = error_message
response[DMAPI5_RESPONSE_ERROR_MESSAGE] = error_message
return json_encode(response)