mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-03 00:12:01 +02:00
Add menu-level ACS check
This commit is contained in:
parent
475fe596f6
commit
5bd7ecdb88
5 changed files with 80 additions and 28 deletions
|
@ -116,7 +116,7 @@ exports.getModule = class ShowArtModule extends MenuModule {
|
|||
if(!area) {
|
||||
return cb(Errors.DoesNotExist(`No area by areaTag ${key} found`));
|
||||
}
|
||||
return cb(null); // :TODO: REM OVE ME
|
||||
return cb(null); // :TODO: REMOVE ME --- currently NYI
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue