mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 15:44:41 +02:00
Don't crash if no user info (update)
This commit is contained in:
parent
3678908477
commit
ee56ff02e1
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ exports.getModule = class LastCallersModule extends MenuModule {
|
||||||
item.affiliation = item.affils = props.affiliation;
|
item.affiliation = item.affils = props.affiliation;
|
||||||
} else {
|
} else {
|
||||||
item.location = 'N/A';
|
item.location = 'N/A';
|
||||||
item.affiliation = 'N/A';
|
item.affiliation = item.affils = 'N/A';
|
||||||
}
|
}
|
||||||
return next();
|
return next();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue