This commit is contained in:
Belen Curcio
2017-06-08 11:58:38 -03:00
parent 38077cf3cf
commit 15b5dc2236
2 changed files with 1 additions and 4 deletions
@@ -158,8 +158,8 @@ const extension = {
assigned_by: {
id: auth.toJS().user.id,
},
__typename: 'Tag'
})),
tags: tags.map((t) => ({name: t, __typename: 'Tag'})),
status: null,
replyCount: 0,
parent: parent_id
-3
View File
@@ -1,6 +1,3 @@
const {readFileSync} = require('fs');
const path = require('path');
module.exports = {
tags: [
{