Skip to content

Commit

Permalink
🎨 format
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Sep 8, 2024
1 parent 6f3ee06 commit 32590ff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ const useMessageFetcher = (
isLoading.value = false
isInitialLoad.value = false
lastLoadingDirection.value = 'former'
messageIds.value = [
...new Set([...newMessageIds, ...messageIds.value])
]
messageIds.value = [...new Set([...newMessageIds, ...messageIds.value])]
}
)
}
Expand Down

0 comments on commit 32590ff

Please sign in to comment.