Deprecates BYOND 514 (#7887)

This commit is contained in:
Selis
2024-03-10 14:52:38 +01:00
committed by GitHub
parent 39ab514759
commit 7fce0afcb8
5 changed files with 15 additions and 50 deletions

View File

@@ -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"])