style: format

This commit is contained in:
Team1280Programming 2024-02-15 02:43:29 +00:00 committed by github-actions[bot]
parent 7e5649c648
commit 7375ab3d0a
2 changed files with 2 additions and 4 deletions

View file

@ -12,7 +12,5 @@ onmessage = (e) => {
let authors = [] let authors = []
checkIsStringArray(e.data) && (authorIds = e.data as string[]) checkIsStringArray(e.data) && (authorIds = e.data as string[])
authorIds.forEach(id => { authorIds.forEach((id) => {})
})
} }

View file

@ -18,7 +18,7 @@ const VersionChooser = ({
}, },
}) })
if (error) throw error if (error) throw error
useEffect(() => { useEffect(() => {
console.log(data) console.log(data)
}, [data]) }, [data])