fix(sync): remove type from the HashFormat import in sync.ts

This commit is contained in:
cswimr 2025-02-12 08:20:10 -06:00
parent 9cbf22e22a
commit 0b3f39b8b2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -3,7 +3,7 @@ import {
Resource,
type Metafile,
type PackwizIndex,
type HashFormat,
HashFormat,
doHashesMatch,
} from "@packwizjs/parser";
import { write } from "bun";