mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Remove unneccesary cast (#3355)
This commit is contained in:
parent
863197af59
commit
66f297bdfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue