fix(hideServers) embarassing typo (#37)

This commit is contained in:
bep 2024-09-05 20:33:02 -07:00 committed by GitHub
parent 05858f84be
commit 28630e4ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ export default definePlugin({
find: "QUICKSWITCHER_PROTIP.format",
replacement: {
match: /(?<=renderResults\(\){)let{query/,
replace: "this.props.results = $self.flteredGuildResults(this.props.results);$&",
replace: "this.props.results = $self.filteredGuildResults(this.props.results);$&",
},
},
],