mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix user pfp
This commit is contained in:
parent
37d7a749ae
commit
ea4e649959
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ export default {
|
|||
}
|
||||
|
||||
const data = await res.json()
|
||||
data.pfp = `${import.meta.env.VITE_BACKEND_URL}/proxy/img?imageUrl=${encodeURIComponent(
|
||||
data.pfp
|
||||
)}`
|
||||
return data
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue