parent
fe766ce30e
commit
f9559ab990
|
@ -308,7 +308,8 @@ class VideoController extends GenericApiController
|
||||||
*
|
*
|
||||||
* @param mixed $blob
|
* @param mixed $blob
|
||||||
*/
|
*/
|
||||||
private static function postFile(string $client, $blob) {
|
private static function postFile(string $client, $blob)
|
||||||
|
{
|
||||||
try {
|
try {
|
||||||
return self::postFileInternal($client, $blob);
|
return self::postFileInternal($client, $blob);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|
Loading…
Reference in New Issue