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,
|
Resource,
|
||||||
type Metafile,
|
type Metafile,
|
||||||
type PackwizIndex,
|
type PackwizIndex,
|
||||||
type HashFormat,
|
HashFormat,
|
||||||
doHashesMatch,
|
doHashesMatch,
|
||||||
} from "@packwizjs/parser";
|
} from "@packwizjs/parser";
|
||||||
import { write } from "bun";
|
import { write } from "bun";
|
||||||
|
|
Loading…
Add table
Reference in a new issue