mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
whoops
This commit is contained in:
parent
27cbe3ca65
commit
644eba87fe
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ const UserProfile = {
|
||||||
} else {
|
} else {
|
||||||
fetchPromise = this.$store.dispatch('fetchUser', this.userName)
|
fetchPromise = this.$store.dispatch('fetchUser', this.userName)
|
||||||
.then(({ id }) => {
|
.then(({ id }) => {
|
||||||
console.log(arguments)
|
|
||||||
this.fetchedUserId = id
|
this.fetchedUserId = id
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue