Skip to content

Commit

Permalink
ignore ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
znamenskii-ilia committed Feb 21, 2025
1 parent 6705001 commit a387cf9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a387cf9

Please sign in to comment.