1
0
mirror of https://github.com/kevachat/webapp.git synced 2025-01-11 15:28:03 +00:00

remove deprecated construction

This commit is contained in:
ghost 2024-02-19 22:52:01 +02:00
parent a99d5e5be4
commit 7cdd8c8059

View File

@ -1140,12 +1140,6 @@ class RoomController extends AbstractController
return null;
}
// Make sure time available
if (empty($transaction['time']))
{
return null;
}
return (object)
[
'id' => $data['txid'],