fix(sync): remove type
from the HashFormat import in sync.ts
This commit is contained in:
parent
9cbf22e22a
commit
0b3f39b8b2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import {
|
|||
Resource,
|
||||
type Metafile,
|
||||
type PackwizIndex,
|
||||
type HashFormat,
|
||||
HashFormat,
|
||||
doHashesMatch,
|
||||
} from "@packwizjs/parser";
|
||||
import { write } from "bun";
|
||||
|
|
Loading…
Add table
Reference in a new issue