mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Remove unneccesary cast (#3355)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user