버그 수정

This commit is contained in:
2019-04-21 03:05:53 +09:00
parent 24d01a2156
commit b5d66dba8a
+1 -1
View File
@@ -14,7 +14,7 @@ $now = new \DateTime();
$delayTime = false;
if(count($lastMsgGet) >= 10){
try{
if($lastMsgGet[0] !== 'string'){
if(!is_string($lastMsgGet[0])){
throw new \Exception('Why not string?');
}
$first = new \DateTime($lastMsgGet[0]);