ハッシュタグチャートでローカルとリモートを分離するように
This commit is contained in:
parent
cee1a27348
commit
11c5d257f2
3 changed files with 40 additions and 20 deletions
|
|
@ -27,5 +27,5 @@ export default async function(user: IUser, tag: string) {
|
|||
});
|
||||
}
|
||||
|
||||
hashtagChart.update(tag, user._id);
|
||||
hashtagChart.update(tag, user);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue