Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed Oct 7, 2024
1 parent 5273991 commit 159a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ushahidi/DataSource/Sislog/Sislog.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function send($to, $message, $title = "", $contact_type = null)
// Make a POST request to send the data to frontline cloud

try {
$response = $this->client->request('POST', $serverUrl , [
$response = $this->client->request('POST', $serverUrl, [
'headers' => [
'Accept' => 'application/json',
'Content-Type' => 'application/json',
Expand Down

0 comments on commit 159a6e4

Please sign in to comment.