From 96646a8bc82b30552567b45af5783816e74f2331 Mon Sep 17 00:00:00 2001 From: Suvi Thammasarn Date: Wed, 16 Mar 2022 18:49:23 +1100 Subject: [PATCH] Update AuthenticateService.php just a spelling mistake --- src/AuthenticateService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AuthenticateService.php b/src/AuthenticateService.php index 9b256df..b47a9e9 100644 --- a/src/AuthenticateService.php +++ b/src/AuthenticateService.php @@ -30,7 +30,7 @@ public function authChannelWithCode($code) { $authResponse['token'] = $token; $this->setAccessToken($authResponse['token']); $authResponse['channel_details'] = $this->channelDetails(); - $authResponse['live_streaming_status'] = $this->liveStreamTest($token) ? 'enabled' : 'disbaled'; + $authResponse['live_streaming_status'] = $this->liveStreamTest($token) ? 'enabled' : 'disabled'; return $authResponse; } @@ -143,4 +143,4 @@ public function deleteEvent($youtubeEventId) { } } -} \ No newline at end of file +}