feat: delete sleep 1 s

This commit is contained in:
Tim
2025-07-29 21:54:11 +08:00
parent 2ec13ed2c9
commit df8c5376f6

View File

@@ -529,7 +529,6 @@ export default {
const fetchComments = async () => {
isFetchingComments.value = true
await new Promise(resolve => setTimeout(resolve, 1000))
try {
const token = getToken()
const res = await fetch(`${API_BASE_URL}/api/posts/${postId}/comments?sort=${commentSort.value}`, {