mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
clear console log
This commit is contained in:
@@ -76,7 +76,6 @@ export const withSchema = <TSelf extends TThis>(Self: TSelf) =>
|
||||
Type.Union([Type.String(), Type.Array(Type.String()), Type.Record(Type.String(), Self)])
|
||||
)
|
||||
.Decode((value) => {
|
||||
console.log("value:in", value);
|
||||
// images
|
||||
// images,comments
|
||||
// ["images","comments"]
|
||||
|
||||
Reference in New Issue
Block a user