forked from AkkomaGang/akkoma-fe
fix lint
This commit is contained in:
parent
e0e8965c08
commit
d0d95c59aa
1 changed files with 0 additions and 2 deletions
|
@ -2,10 +2,8 @@ import statusPoster from '../../services/status_poster/status_poster.service.js'
|
|||
import MediaUpload from '../media_upload/media_upload.vue'
|
||||
import fileTypeService from '../../services/file_type/file_type.service.js'
|
||||
import Completion from '../../services/completion/completion.js'
|
||||
|
||||
import { take, filter, reject, map, uniqBy } from 'lodash'
|
||||
|
||||
|
||||
const buildMentionsString = ({user, attentions}, currentUser) => {
|
||||
let allAttentions = [...attentions]
|
||||
|
||||
|
|
Loading…
Reference in a new issue