diff --git a/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts b/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts index 82ff0cc05ba3..8f4af3ed3770 100644 --- a/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts +++ b/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts @@ -115,7 +115,8 @@ const selectSystemFunctionEntityOptions = return ( objectKeys(systemFunctions) - // @ts-expect-error assignRequest doesn't exist in CE repo but added in EE repo + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-ignore assignRequest doesn't exist in CE repo but added in EE repo .filter((name) => name !== "assignRequest") .map((name) => ({ value: name,