Skip to content

Commit e3e822e

Browse files
Added logging
1 parent 4b13099 commit e3e822e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/servers/AMP/lib/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function call(string $query, array $data = [])
104104
];
105105

106106
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
107-
107+
logModuleCall("AMP", $query, $post, $response);
108108
$response = curl_exec($ch);
109109
$decoded = json_decode($response, 1);
110110

0 commit comments

Comments
 (0)