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