Spaces:
Runtime error
Runtime error
Commit
•
4176cd5
1
Parent(s):
b75c3b9
fix
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -210,7 +210,7 @@ function app() {
|
|
210 |
|
211 |
const urlParams = new URLSearchParams(window.location.search)
|
212 |
|
213 |
-
const requestedChannelId = `${urlParams.get('channel') || ''}`
|
214 |
|
215 |
this.enabled = true
|
216 |
// this.enabled = `${urlParams.get('beta') || 'false'}` === 'true'
|
|
|
210 |
|
211 |
const urlParams = new URLSearchParams(window.location.search)
|
212 |
|
213 |
+
const requestedChannelId = `${urlParams.get('channel') || 'random'}`
|
214 |
|
215 |
this.enabled = true
|
216 |
// this.enabled = `${urlParams.get('beta') || 'false'}` === 'true'
|