0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Fix user pfp

This commit is contained in:
dragongoose 2023-03-29 10:25:30 -04:00
parent 37d7a749ae
commit ea4e649959

View file

@ -29,9 +29,6 @@ export default {
} }
const data = await res.json() const data = await res.json()
data.pfp = `${import.meta.env.VITE_BACKEND_URL}/proxy/img?imageUrl=${encodeURIComponent(
data.pfp
)}`
return data return data
} }