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) => {
|
.then((data) => {
|
||||||
if (status >= 400) {
|
if (status >= 400) {
|
||||||
console.log(data.error, data.errors)
|
|
||||||
data.status = status
|
data.status = status
|
||||||
data.statusText = statusText
|
data.statusText = statusText
|
||||||
if (data.error) {
|
if (data.error) {
|
||||||
|
|
|
@ -14,7 +14,7 @@ const store = new Vuex.Store({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
describe.only('routes', () => {
|
describe('routes', () => {
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
mode: 'abstract',
|
mode: 'abstract',
|
||||||
routes: routes(store)
|
routes: routes(store)
|
||||||
|
|
Loading…
Reference in a new issue