diff --git a/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts b/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts index 8f2f4b6adf9e..938531d5a11c 100644 --- a/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts +++ b/app/client/src/components/formControls/FunctionCallingConfigControl/components/selectors.ts @@ -106,7 +106,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,