Skip to content

Commit

Permalink
Bringing back @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisGJ committed Nov 26, 2024
1 parent 74b1fc1 commit 6926668
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const ConnectorNameAndDescriptionLogic = kea<
connector: [
null,
{
// @ts-expect-error upgrade typescript v5.1.6
setConnector: (_, connector) => connector,
},
],
Expand Down

0 comments on commit 6926668

Please sign in to comment.