fix leftovers
This commit is contained in:
parent
0c3a215d7e
commit
588c4604af
2 changed files with 1 additions and 2 deletions
|
@ -571,7 +571,6 @@ const fetchTimeline = ({
|
|||
})
|
||||
.then((data) => {
|
||||
if (status >= 400) {
|
||||
console.log(data.error, data.errors)
|
||||
data.status = status
|
||||
data.statusText = statusText
|
||||
if (data.error) {
|
||||
|
|
|
@ -14,7 +14,7 @@ const store = new Vuex.Store({
|
|||
}
|
||||
})
|
||||
|
||||
describe.only('routes', () => {
|
||||
describe('routes', () => {
|
||||
const router = new VueRouter({
|
||||
mode: 'abstract',
|
||||
routes: routes(store)
|
||||
|
|
Loading…
Reference in a new issue