Remove unused getter

environments/review-front-deve-otr6gc/deployments/13419
Kasper Seweryn 2022-05-06 13:30:09 +00:00 zatwierdzone przez Georg Krause
rodzic 40c7e08744
commit a25f1bbb1f
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -139,8 +139,7 @@ const store: Module<State, RootState> = {
const instanceUrl = state.instanceUrl ?? location.origin
return instanceUrl + relativeUrl
},
domain: (state) => new URL(state.instanceUrl ?? location.origin).hostname,
appDomain: () => location.hostname
domain: (state) => new URL(state.instanceUrl ?? location.origin).hostname
},
actions: {
setUrl ({ commit }, url) {