chore: fix typescript issues

This commit is contained in:
adamdottv
2025-06-20 07:48:42 -05:00
parent 40b1dd7ef2
commit f7e8dd2ff8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import { z, type ZodSchema } from "zod"
import { Log } from "./log"
// import { Log } from "./log"
const log = Log.create()
// const log = Log.create()
export abstract class NamedError extends Error {
abstract schema(): ZodSchema