Merge branch 'master' into develop

This commit is contained in:
Agate 2020-06-05 06:33:33 +02:00
commit 15dfca1c55
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
4 changed files with 4 additions and 1 deletions

View file

@ -436,6 +436,7 @@ export default {
param = "token"
value = this.$store.state.auth.scopedTokens.listen
}
console.log('HELLO', param, value, this.$store.state.auth.scopedTokens)
sources.forEach(e => {
e.url = url.updateQueryString(e.url, param, value)
})