style: format
This commit is contained in:
parent
7e5649c648
commit
7375ab3d0a
2 changed files with 2 additions and 4 deletions
|
@ -12,7 +12,5 @@ onmessage = (e) => {
|
|||
let authors = []
|
||||
checkIsStringArray(e.data) && (authorIds = e.data as string[])
|
||||
|
||||
authorIds.forEach(id => {
|
||||
|
||||
})
|
||||
authorIds.forEach((id) => {})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue