Skip to content

Commit

Permalink
Remove unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Nov 10, 2020
1 parent be97c5c commit a722532
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ export async function createAgentActionFromPolicyAction(
// A prerelease tag is added here so that agent versions with prerelease tags can be compared
// correctly using `semvar`
'7.10.0-SNAPSHOT',
// `@types/semvar` is out of date with the version of `semvar` we use and doesn't have a
// corresponding release version we can update the typing to :( so, the typing error is
// suppressed here even though it is supported by `semvar`
// @ts-expect-error
{ includePrerelease: true }
)
? {
Expand Down

0 comments on commit a722532

Please sign in to comment.