mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 22:05:40 +00:00
fix: !folder.id instead of folder.id === null
This commit is contained in:
@@ -1790,7 +1790,7 @@ class Localuser {
|
||||
return true;
|
||||
})
|
||||
.map((folder) => {
|
||||
if (folder.id === null && folder.guilds.length === 1) {
|
||||
if (!folder.id && folder.guilds.length === 1) {
|
||||
return folder.guilds[0];
|
||||
}
|
||||
return folder;
|
||||
|
||||
Reference in New Issue
Block a user