This commit is contained in:
2024-03-23 13:55:54 +03:00
parent e0be68d03d
commit a45497a3fb
3 changed files with 24 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ const saveDeviceLog = async (
remote_name,
remote_type,
operating_type,
log_time: Date.now()
log_time: new Date(Date.now())
}
}
};