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

This commit is contained in:
syuilo 2018-10-23 09:59:43 +09:00
parent cee1a27348
commit 11c5d257f2
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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);
}