Commit 0b776b05 authored by Mark Harding's avatar Mark Harding

(fix): failing notifications

parent 0c2f40a2
No related merge requests found
Pipeline #67452326 passed with stages
in 7 minutes and 23 seconds
......@@ -122,7 +122,7 @@ class CassandraRepository
public function add($notification)
{
if (!$notification->getUuid()) {
$notification->setUuid((new Timeuuid($notification->getUuid() ?? null))->uuid());
$notification->setUuid((new Timeuuid())->uuid());
}
$statement = 'INSERT INTO notifications (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment