Template
feat: working on messages
This commit is contained in:
@@ -19,5 +19,5 @@ export class Topic {
|
||||
name: string;
|
||||
|
||||
@ManyToMany((type) => Word, (word) => word.topics)
|
||||
words: Word[];
|
||||
words: Promise<Word[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user