Skip to content

Commit 619ccdc

Browse files
committed
make TypeScript happy
Oops.
1 parent 65d4ec2 commit 619ccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/codemods/template/migrate-modernize-arbitrary-values.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function migrate(designSystem: DesignSystem, userConfig: UserConfig | null, rawC
1717
migratePrefix,
1818
migrateModernizeArbitraryValues,
1919
migrateArbitraryVariants,
20-
(designSystem: DesignSystem, _, rawCandidate: string) => {
20+
(designSystem: DesignSystem, _: UserConfig | null, rawCandidate: string) => {
2121
return designSystem.canonicalizeCandidates([rawCandidate]).pop() ?? rawCandidate
2222
},
2323
]) {

0 commit comments

Comments
 (0)