diff --git a/mods/last_callers.js b/mods/last_callers.js index 72f97317..3e37a22b 100644 --- a/mods/last_callers.js +++ b/mods/last_callers.js @@ -113,7 +113,7 @@ exports.getModule = class LastCallersModule extends MenuModule { item.affiliation = item.affils = props.affiliation; } else { item.location = 'N/A'; - item.affiliation = 'N/A'; + item.affiliation = item.affils = 'N/A'; } return next(); });