mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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: {
|
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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue