ハッシュタグチャートでローカルとリモートを分離するように

This commit is contained in:
syuilo
2018-10-23 09:59:43 +09:00
parent cee1a27348
commit 11c5d257f2
3 changed files with 40 additions and 20 deletions

View File

@@ -27,5 +27,5 @@ export default async function(user: IUser, tag: string) {
});
}
hashtagChart.update(tag, user._id);
hashtagChart.update(tag, user);
}