fix: update jsdoc

This commit is contained in:
Mohamed Marrouchi 2025-06-02 09:31:14 +01:00
parent 0c0e3a6d99
commit e0f3464392

View File

@ -68,7 +68,7 @@ export class BlockService extends BaseService<
*
* This function ensures that only blocks that are either:
* - Not restricted to specific trigger channels (`trigger_channels` is undefined or empty), or
* - Explicitly allow the given channel (or the console channel)
* - Explicitly allow the given channel
*
* are included in the returned array.
*