forked from AkkomaGang/akkoma-fe
fix lint
This commit is contained in:
parent
b18e27c6d4
commit
22e0686395
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { includes, remove, slice, each, find, flatten, maxBy, minBy, merge, last, isArray } from 'lodash'
|
||||
import { includes, remove, slice, each, find, maxBy, minBy, merge, last, isArray } from 'lodash'
|
||||
import apiService from '../services/api/api.service.js'
|
||||
// import parse from '../services/status_parser/status_parser.js'
|
||||
|
||||
|
|
Loading…
Reference in a new issue