diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index d9bd9f3..a2f8a32 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -202,7 +202,7 @@ private function testCards(){ switch ($endpoint) { - case 'refreshsession' + case 'refreshsession': if (isset($inx['sessionid'])){ $inx['accessToken'] = $inx['sessionid']; $resProfile = UserProfile::floatUserProfile($inx['accessToken']);