whoops
This commit is contained in:
parent
53498072e5
commit
b864dfb056
1 changed files with 1 additions and 2 deletions
|
|
@ -274,9 +274,8 @@ export const useUsersStore = defineStore('users', {
|
|||
|
||||
map.set(identifier, promise)
|
||||
|
||||
const result = await promise
|
||||
|
||||
try {
|
||||
const result = await promise
|
||||
if (result) {
|
||||
const { id, screen_name } = result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue