Oopsy in the replace

This commit is contained in:
Inbestigator 2024-06-27 11:55:06 -07:00
parent f84099ab2d
commit cabf428013

View file

@ -80,7 +80,7 @@ export default definePlugin({
}, },
{ {
match: /useState\(0\)(?=.{0,100}targetUserId:)/, match: /useState\(0\)(?=.{0,100}targetUserId:)/,
replace: "useState($self.isOtherDefault())$2" replace: "useState($self.isOtherDefault())"
}] }]
} }
], ],