Remove unneccesary cast ()

This commit is contained in:
Aya Morisawa 2018-11-22 05:07:25 +09:00 committed by syuilo
parent 863197af59
commit 66f297bdfa

View file

@ -26,7 +26,7 @@ export const meta = {
folderId: { folderId: {
validator: $.type(ID).optional.nullable, validator: $.type(ID).optional.nullable,
default: null as any as any, default: null as any,
transform: transform transform: transform
}, },