fix: trailing spaces

This commit is contained in:
lefuturiste 2020-07-29 23:24:27 +02:00
parent 2a4036614d
commit 1b2b5716fd

View file

@ -306,12 +306,10 @@ export default {
} else { } else {
inUrl = true inUrl = true
} }
// get the size // get the size
// this.$apitator.get('/delegate/size', { withAuth: true }).then(res => { // this.$apitator.get('/delegate/size', { withAuth: true }).then(res => {
// console.log(res.data.data) // console.log(res.data.data)
// }) // })
this.$apitator.setAuthorizationToken(delegateToken) this.$apitator.setAuthorizationToken(delegateToken)
// verify the token // verify the token
this.$apitator.get('/delegate', { withAuth: true }).then(res => { this.$apitator.get('/delegate', { withAuth: true }).then(res => {