mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Linting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
const {readFileSync} = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
tags: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user