Refactoring: Move chart dir into services dir

This commit is contained in:
syuilo
2019-02-08 04:31:33 +09:00
parent e6612f610c
commit aba85b977d
41 changed files with 53 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ import watch from '../watch';
import renderLike from '../../../remote/activitypub/renderer/like';
import { deliver } from '../../../queue';
import { renderActivity } from '../../../remote/activitypub/renderer';
import perUserReactionsChart from '../../../chart/per-user-reactions';
import perUserReactionsChart from '../../../services/chart/per-user-reactions';
export default async (user: IUser, note: INote, reaction: string) => new Promise(async (res, rej) => {
// Myself