1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 16:55:40 +02: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
},