mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move scan business login into scan file
This commit is contained in:
parent
f82e47c4b6
commit
d37603fcd5
4 changed files with 476 additions and 476 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { AppScan } from '~/helpers/scanner/client.mjs'
|
||||
import { AppScan } from '~/helpers/scanner/scan.mjs'
|
||||
|
||||
self.onmessage = async ( event ) => {
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ self.onmessage = async ( event ) => {
|
|||
|
||||
|
||||
self.postMessage( {
|
||||
status: 'finished',
|
||||
status: 'finished',
|
||||
scan
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue