refactor: remove unused import from room.helper.ts

This commit is contained in:
CSantosM 2026-02-16 09:43:39 +01:00
parent 5cf2e74eab
commit 9c963ccf81

View File

@ -9,7 +9,6 @@ import {
SENSITIVE_ROOM_FIELDS_ENTRIES
} from '@openvidu-meet/typings';
import { MEET_ENV } from '../environment.js';
import { getBasePath } from '../utils/html-dynamic-base-path.utils.js';
import { addHttpResponseMetadata, applyHttpFieldFiltering, buildFieldsForDbQuery } from './field-filter.helper.js';
export class MeetRoomHelper {