mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): apply feedback
This commit is contained in:
parent
b208afb508
commit
775c6c2885
@ -124,7 +124,7 @@ export class ConversationService extends BaseService<
|
||||
);
|
||||
profile.context.vars[capture.context_var] = contextValue;
|
||||
}
|
||||
convo.context!.vars[capture.context_var] = contextValue;
|
||||
convo.context.vars[capture.context_var] = contextValue;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user