Fix missing jsdoc

Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se>
This commit is contained in:
Henrik Edegård
2025-12-15 08:33:11 +00:00
parent 5b179d00ae
commit fe89ed7b55
@@ -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;