This commit is contained in:
syuilo 2018-09-10 16:29:07 +09:00
parent e6919b4987
commit 44aeeff4ba
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -65,7 +65,7 @@ export default class KeywordModule implements IModule {
let text: string;
if (exist) {
text = serifs.keyword.remembered(keyword[0]);
return;
} else {
this.learnedKeywords.insertOne({
keyword: keyword[0],