From fe89ed7b5545a29d88163bf2bdeca054ee15054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Edeg=C3=A5rd?= Date: Mon, 15 Dec 2025 08:33:11 +0000 Subject: [PATCH] Fix missing jsdoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Henrik EdegÄrd --- plugins/notifications-backend-module-slack/config.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/notifications-backend-module-slack/config.d.ts b/plugins/notifications-backend-module-slack/config.d.ts index 33ee2a346b..17a4e25e0d 100644 --- a/plugins/notifications-backend-module-slack/config.d.ts +++ b/plugins/notifications-backend-module-slack/config.d.ts @@ -54,6 +54,7 @@ export interface Config { */ channel: string | string[]; }>; + /** * Concurrency limit for Slack notifications per backend instance of the notifications plugin, defaults to 10. */ concurrencyLimit?: number;