mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Deprecates BYOND 514 (#7887)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
if (!target_url)
|
||||
return -1
|
||||
|
||||
var/result = LIBCALL(HTTP_POST_DLL_LOCATION, "send_post_request")(target_url, payload, json_encode(list("Content-Type" = "application/json")))
|
||||
var/result = call_ext(HTTP_POST_DLL_LOCATION, "send_post_request")(target_url, payload, json_encode(list("Content-Type" = "application/json"))) // CHOMPEdit
|
||||
|
||||
result = cached_json_decode(result)
|
||||
if (result["error_code"])
|
||||
|
||||
Reference in New Issue
Block a user