Remove trailing comma

This commit is contained in:
Nuckyz 2025-01-23 00:28:22 -03:00
parent 35a6a027fa
commit 973ab989e0
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -74,7 +74,7 @@ export default definePlugin({
replacement: [ replacement: [
{ {
match: /(?<=\.AVATAR_SIZE\);)/, match: /(?<=\.AVATAR_SIZE\);)/,
replace: "$self.useAccountPanelRef();", replace: "$self.useAccountPanelRef();"
}, },
{ {
match: /(\.AVATAR,children:.+?renderPopout:(\i)=>){(.+?)}(?=,position)(?<=currentUser:(\i).+?)/, match: /(\.AVATAR,children:.+?renderPopout:(\i)=>){(.+?)}(?=,position)(?<=currentUser:(\i).+?)/,