mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +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)])
|
Type.Union([Type.String(), Type.Array(Type.String()), Type.Record(Type.String(), Self)])
|
||||||
)
|
)
|
||||||
.Decode((value) => {
|
.Decode((value) => {
|
||||||
console.log("value:in", value);
|
|
||||||
// images
|
// images
|
||||||
// images,comments
|
// images,comments
|
||||||
// ["images","comments"]
|
// ["images","comments"]
|
||||||
|
|||||||
Reference in New Issue
Block a user