mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update NlpValue OnEvent method name
This commit is contained in:
parent
5db88021c4
commit
ab4a893136
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user