fix: 버그 수정

This commit is contained in:
2025-01-23 17:17:37 +00:00
parent 6117dbdcc0
commit be8f1fff96
+1 -1
View File
@@ -40,7 +40,7 @@ if($userInfo['delete_after']){
]);
}
$penaltyList = JSON::decode($userInfo['penalty']??'{}');
$penaltyList = Json::decode($userInfo['penalty']??'{}');
foreach($penaltyList as $penaltyKey=>$penaltyValue){
if($penaltyValue['expire'] ?? 0 > TimeUtil::now()){
Json::die([