Skip to content

Commit 159a6e4

Browse files
committed
fix lint
1 parent 5273991 commit 159a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ushahidi/DataSource/Sislog/Sislog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function send($to, $message, $title = "", $contact_type = null)
136136
// Make a POST request to send the data to frontline cloud
137137

138138
try {
139-
$response = $this->client->request('POST', $serverUrl , [
139+
$response = $this->client->request('POST', $serverUrl, [
140140
'headers' => [
141141
'Accept' => 'application/json',
142142
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)