Skip to content

Commit

Permalink
Decline to name param in type def
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrandy committed Jul 10, 2024
1 parent 25084bf commit cbae83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const expansionNameUpdates = (oldName: ExpansionName) => {

// Helper to create the SavedBoards updater
const makeExpansionNameUpdater = (
updateFunction: (oldName: ExpansionName) => ExpansionName
updateFunction: (_: ExpansionName) => ExpansionName
) => {
return (prev: SavedBoards) =>
Object.fromEntries(
Expand Down

0 comments on commit cbae83f

Please sign in to comment.