Minor bug fix

This commit is contained in:
Bryan Ashby 2022-09-21 08:26:52 -06:00
parent 28a94f842c
commit e61be537aa
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ exports.getModule = class GopherModule extends ServerModule {
let areas;
if (isLegacy) {
areas = (confConfig || {}).map(areaTag =>
areas = (confConfig || []).map(areaTag =>
Object.assign({ areaTag }, getMessageAreaByTag(areaTag))
);
} else {