0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-03-11 13:41:24 -05:00

Remove unneeded characters

This commit is contained in:
dragongoose 2023-05-12 10:25:07 -04:00
parent 17f3c4c1c4
commit 6eed98a6c1
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -25,7 +25,7 @@ export default {
let badges: Badge[] = (await badgesFetch.json()).data
return {
ws: new WebSocket(`${wsProtocol}://${import.meta.env.VITE_BACKEND_DOMAIN}`),
ws: new WebSocket(`${wsProtocol}${import.meta.env.VITE_BACKEND_DOMAIN}`),
messages,
badges,
props,