diff --git a/standalone_app/src/sqlite3.ts b/standalone_app/src/sqlite3.ts index 680fe9f3..00570f9a 100644 --- a/standalone_app/src/sqlite3.ts +++ b/standalone_app/src/sqlite3.ts @@ -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 {