Fix lint errors

This commit is contained in:
c-bata
2023-08-27 02:55:46 +09:00
parent 223f91dfbd
commit 4fc3259b1c
+1
View File
@@ -250,6 +250,7 @@ const parseDistributionJSON = (t: string): Distribution => {
log: parsed.attributes.log as boolean,
}
} else {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const choices = parsed.attributes.choices.map((value: any) => {
// TODO(c-bata): Support other types
return {