mirror of
https://github.com/hexastack/hexabot
synced 2025-05-05 13:24:37 +00:00
Merge pull request #195 from Hexastack/184-bug-missing-chat-messages
fix(api): nlp-sample schema remove unique from text field
This commit is contained in:
commit
3745d140fa
@ -23,7 +23,7 @@ export class NlpSampleStub extends BaseSchema {
|
||||
/**
|
||||
* The content of the sample.
|
||||
*/
|
||||
@Prop({ type: String, required: true, unique: true })
|
||||
@Prop({ type: String, required: true })
|
||||
text: string;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user