This commit is contained in:
Philip Abbey
2025-07-24 20:56:08 +01:00
parent a686e1a104
commit 0d73de494e
2 changed files with 13 additions and 5 deletions

View File

@ -154,7 +154,7 @@ class BackgroundServiceDelegate extends System.ServiceDelegate {
(Properties.getValue("api_url") as Lang.String) + "/webhook/" + (Properties.getValue("webhook_id") as Lang.String),
{
"type" => "update_location",
"data" => data,
"data" => data
},
{
:method => Communications.HTTP_REQUEST_METHOD_POST,