mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
remove log
This commit is contained in:
@@ -44,7 +44,6 @@ export function APINODReturn(schema: z.ZodTypeAny, data , path: string, tracing?
|
||||
|
||||
try {
|
||||
// Validate the result using the provided schema
|
||||
console.log({schema, data})
|
||||
schema.parse(data);
|
||||
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user