mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
Add fb 'info' support to oputil
This commit is contained in:
parent
058ff3f367
commit
6717cd5179
5 changed files with 180 additions and 7 deletions
|
@ -64,7 +64,7 @@ function initConfigAndDatabases(cb) {
|
|||
|
||||
function getAreaAndStorage(tags) {
|
||||
return tags.map(tag => {
|
||||
const parts = tag.split('@');
|
||||
const parts = tag.toString().split('@');
|
||||
const entry = {
|
||||
areaTag : parts[0],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue