Skip to content

Commit e55389d

Browse files
committed
fix
1 parent 0d2e35b commit e55389d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/lib/util.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { base64 } from "node_modules/zod/dist/types/v4/classic/external";
2-
31
export function base64ToDataURI(base64: string, fmt = "png") {
42
return `data:image/${fmt};base64,${base64}`;
53
}

0 commit comments

Comments
 (0)