This commit is contained in:
syuilo 2018-05-31 18:11:28 +09:00
parent 9599a31239
commit 51929fb607
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ import FollowedLog, { deleteFollowedLog } from './followed-log';
import SwSubscription, { deleteSwSubscription } from './sw-subscription';
import Notification, { deleteNotification } from './notification';
import UserList, { deleteUserList } from './user-list';
import FollowRequest, { deleteFollowRequest } from './follow-requests';
import FollowRequest, { deleteFollowRequest } from './follow-request';
const User = db.get<IUser>('users');