Remove unneccesary cast (#3355)
This commit is contained in:
		| @@ -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 | ||||||
| 		}, | 		}, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aya Morisawa
					Aya Morisawa