Added studios to filters and scene page.

This commit is contained in:
2024-09-03 05:56:14 +02:00
parent c3362e614e
commit 60c7e2a876
12 changed files with 108 additions and 19 deletions

View File

@@ -1,16 +1,10 @@
import knex from './knex.js';
import redis from './redis.js';
import initLogger from './logger.js';
import entityPrefixes from './entities-prefixes.js';
const logger = initLogger();
const entityPrefixes = {
channel: '',
network: '_',
studio: '*',
info: '@',
};
export function curateEntity(entity, context) {
if (!entity) {
return null;