1
1
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:
Aya Morisawa 2018-11-22 05:07:25 +09:00 committed by syuilo
parent 6951f7e74a
commit 08f00d4990

View File

@ -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
},