Skip to content

Commit

Permalink
fix: remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 23, 2025
1 parent 86562cd commit f61026c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ConfigService } from '../../services/config.service';

import { MonitoringObject } from '../../class/monitoring-object';
import { CruvedStoreService } from '@geonature_common/service/cruved-store.service';
import { ModuleService } from '@geonature/services/module.service';

import { Utils } from '../../utils/utils';
import { TOOLTIPMESSAGEALERT } from '../../constants/guard';
Expand Down Expand Up @@ -54,8 +53,7 @@ export class MonitoringListComponent implements OnInit {
constructor(
private _configService: ConfigService,
private _listService: ListService,
public _cruvedStore: CruvedStoreService,
private _moduleService: ModuleService
public _cruvedStore: CruvedStoreService
) {}

ngOnInit() {
Expand All @@ -65,7 +63,6 @@ export class MonitoringListComponent implements OnInit {
// });

// get user cruved
const currentModule = this._moduleService.currentModule;
const userCruved =
this._cruvedStore.cruved[this.obj.moduleCode].module_objects.MONITORINGS_SITES.cruved;

Expand Down

0 comments on commit f61026c

Please sign in to comment.