Fix path in seed file

This commit is contained in:
SvFedoriv 2022-11-15 11:56:38 +01:00
parent e34ee1a259
commit 3b3f41f6d7

View File

@ -9,9 +9,9 @@ import {
createGroupMutation, createGroupMutation,
joinGroupMutation, joinGroupMutation,
changeGroupMemberRoleMutation, changeGroupMemberRoleMutation,
} from './graphql/groups' } from '../graphql/groups'
import { createPostMutation } from './graphql/posts' import { createPostMutation } from '../graphql/posts'
import { createCommentMutation } from './graphql/comments' import { createCommentMutation } from '../graphql/comments'
import { categories } from '../constants/categories' import { categories } from '../constants/categories'
if (CONFIG.PRODUCTION && !CONFIG.PRODUCTION_DB_CLEAN_ALLOW) { if (CONFIG.PRODUCTION && !CONFIG.PRODUCTION_DB_CLEAN_ALLOW) {