remove token

This commit is contained in:
Hafifie PKB
2024-06-23 23:37:09 +08:00
parent b2259dde10
commit f40af9b467
+1 -1
View File
@@ -202,7 +202,7 @@ class ImbangdugaServices
}
$tagtally = (number_format($summation_harta,2) == number_format($summation_tanggungan,2)) ? 1 : 0;
$response = $this->InsertImbangDugaBackup($yesterday,$kodcaw,$summation_harta,$summation_tanggungan,$tagtally,session('access_token'));
$response = $this->InsertImbangDugaBackup($yesterday,$kodcaw,$summation_harta,$summation_tanggungan,$tagtally);
if($response == 'successful'){
return response('succesful');