Skip to content

Commit f50d18d

Browse files
committed
fix styling
1 parent 2f7a485 commit f50d18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Offload/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function uploadImage(string $filename, string $imageUrl): string
158158
}
159159

160160
$imageId = (string) $response['tableId'];
161-
$uploadUrl = (string) $response['uploadUrl'];
161+
$uploadUrl = (string) $response['uploadUrl'];
162162

163163
$image = file_get_contents($filename);
164164

0 commit comments

Comments
 (0)