fix(tests): lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-10-25 22:34:54 +02:00
parent a98c7e9377
commit 505e008895
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default {
}),
getters: {
migratorsEnabled: state => state.availableMigrators?.length > 0,
apiBase(state) {
apiBase() {
const {host, protocol} = parseURL(window.API_URL)
return protocol + '//' + host
},