From 61b52d8427d14cc4f025aa7f2453797c1c2b44cd Mon Sep 17 00:00:00 2001 From: Troy Grunt Date: Sat, 15 Feb 2025 21:02:11 +0100 Subject: [PATCH] troys issues funktion --- troy-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troy-api.php b/troy-api.php index 01517cc..46410a0 100644 --- a/troy-api.php +++ b/troy-api.php @@ -14,7 +14,7 @@ function sendToTroy($data) { return file_get_contents ( $url, false, $context ); } -function troysIssue($ident, $typ, $text = null, $data = [], $reaction = [], $wait_til = null) { +function troysIssue($ident, $typ, $text = null, $data = [], $reaction = []) { global $sql; $url = "https://issues.troy-grunt.de/api/input";