mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Remove unneccesary cast (#3355)
This commit is contained in:
parent
6951f7e74a
commit
08f00d4990
@ -26,7 +26,7 @@ export const meta = {
|
||||
|
||||
folderId: {
|
||||
validator: $.type(ID).optional.nullable,
|
||||
default: null as any as any,
|
||||
default: null as any,
|
||||
transform: transform
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user