wip
This commit is contained in:
parent
b6b9875205
commit
c2c03a1c65
13 changed files with 60 additions and 68 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import Favorite from '../../models/favorite';
|
||||
import Notification from '../../models/notification';
|
||||
import PollVote from '../../models/poll-vote';
|
||||
import PostReaction from '../../models/post-reaction';
|
||||
import PostWatching from '../../models/post-watching';
|
||||
import Post from '../../models/post';
|
||||
import Favorite from '../../../models/favorite';
|
||||
import Notification from '../../../models/notification';
|
||||
import PollVote from '../../../models/poll-vote';
|
||||
import PostReaction from '../../../models/post-reaction';
|
||||
import PostWatching from '../../../models/post-watching';
|
||||
import Post from '../../../models/post';
|
||||
|
||||
export default async ({ data }) => Promise.all([
|
||||
Favorite.remove({ postId: data._id }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue