2
0
Fork 0

remove whitespace that somehow appeared thanks webstorm

This commit is contained in:
notfire 2025-08-12 13:43:46 -04:00
commit 9eded4eb77
No known key found for this signature in database

View file

@ -68,7 +68,6 @@ export default {
return this.user.id !== this.$store.state.users.currentUser.id
},
subscribeUrl () {
const serverUrl = new URL(this.user.statusnet_profile_url)
return `${serverUrl.protocol}//${serverUrl.host}/main/ostatus`
},