From 1b2b5716fd76ec9ec0fbbc3a96899dc096fc83a0 Mon Sep 17 00:00:00 2001 From: lefuturiste Date: Wed, 29 Jul 2020 23:24:27 +0200 Subject: [PATCH] fix: trailing spaces --- src/layouts/Delegate.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/Delegate.vue b/src/layouts/Delegate.vue index 8752a68..45d333c 100644 --- a/src/layouts/Delegate.vue +++ b/src/layouts/Delegate.vue @@ -306,12 +306,10 @@ export default { } else { inUrl = true } - // get the size // this.$apitator.get('/delegate/size', { withAuth: true }).then(res => { // console.log(res.data.data) // }) - this.$apitator.setAuthorizationToken(delegateToken) // verify the token this.$apitator.get('/delegate', { withAuth: true }).then(res => {