1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Fix tests

This commit is contained in:
Jake Barnby 2024-01-19 19:18:56 +13:00
parent 332fddac12
commit a970018b04
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1931,7 +1931,7 @@ App::delete('/v1/messaging/topics/:topicId')
$dbForProject->deleteDocument('topics', $topicId);
$queueForDeletes
->setType(DELETE_TYPE_TOPICS)
->setType(DELETE_TYPE_TOPIC)
->setDocument($topic);
$queueForEvents