Merge branch 'dev'

This commit is contained in:
faris Aljohari
2024-12-01 03:26:02 -06:00

View File

@ -385,9 +385,7 @@ export class SceneService {
async getAllIcons() {
try {
const icons = await this.sceneIconRepository.find({
where: { iconType: SceneIconType.Other },
});
const icons = await this.sceneIconRepository.find();
// Remove duplicates based on 'icon' property
const uniqueIcons = icons.filter(