mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
get rid of unnecessary optional chaining
This commit is contained in:
parent
71ddc4f1fc
commit
de2565a7ea
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export function _shouldIgnoreModule(exports: any) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exports?.[uniqueSymbol]) {
|
if (exports[uniqueSymbol]) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue