From d9f09065b46c710f991718ed9dd85fe2b191e3b6 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Wed, 2 Sep 2020 23:05:10 +0200 Subject: [PATCH] fix(Admin): lint error --- src/layouts/Admin.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/Admin.vue b/src/layouts/Admin.vue index fa469c3..8c44295 100644 --- a/src/layouts/Admin.vue +++ b/src/layouts/Admin.vue @@ -113,10 +113,9 @@ export default { window.localStorage.setItem('adminToken', adminToken) this.loading = false this.enabled = true - // set sentry meta data to debug Sentry.setTag('user.type', 'admin') - Sentry.setUser({type: "admin"}) + Sentry.setUser({ type: 'admin' }) // this.$store.commit('ADD_ALERT', { // color: 'success', // text: 'Vous voilà connecté !'