fix(api): update NlpValue OnEvent method name

This commit is contained in:
yassinedorbozgithub 2025-06-13 11:57:49 +01:00
parent 5db88021c4
commit ab4a893136

View File

@ -189,7 +189,7 @@ export class NlpService {
* @param value - The NLP value to be updated.
*/
@OnEvent('hook:nlpValue:postUpdate')
async handleValueUpdate(
async handleValuePostUpdate(
_query: Query<
Document<NlpValue, any, any>,
Document<NlpValue, any, any>,