mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix nextjs node adapter import
This commit is contained in:
@@ -139,8 +139,7 @@ describe("json form", () => {
|
||||
required: ["description"]
|
||||
};
|
||||
|
||||
const lib = new Draft2019(schema);
|
||||
|
||||
lib.eachSchema(console.log);
|
||||
//const lib = new Draft2019(schema);
|
||||
//lib.eachSchema(console.log);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user