From a970018b045b598e4ed82e8c3c591b8e09aaad80 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 19 Jan 2024 19:18:56 +1300 Subject: [PATCH] Fix tests --- app/controllers/api/messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/messaging.php b/app/controllers/api/messaging.php index 51e046a6ec..ef72be19cf 100644 --- a/app/controllers/api/messaging.php +++ b/app/controllers/api/messaging.php @@ -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