fix memory key

This commit is contained in:
ghost 2024-01-27 12:55:12 +02:00
parent 8c0115e78d
commit 89b183929c

View File

@ -297,8 +297,7 @@ class Room
// Reset cache
$this->_memory->delete(
[
'Kevachat\Geminiapp\Controller\Room::_pending',
$namespace
'Kevachat\Geminiapp\Controller\Room::_pending'
]
);