mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix scanner cleint import
This commit is contained in:
parent
af8ddb98d7
commit
ffab2c6f67
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import glob from 'fast-glob'
|
|||
import { LocalFileData } from 'get-file-object-from-local-path'
|
||||
import { Zip } from 'zip-lib'
|
||||
|
||||
import { AppScan } from '~/helpers/scanner/client'
|
||||
import { AppScan } from '~/helpers/scanner/client.mjs'
|
||||
// import { compress } from '~/helpers/scanner/parsers/seven-zip'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue