mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
remove uunsed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { AttachmentsService } from '../attachments.service';
|
||||
import { EventsService } from '../events.service';
|
||||
import { PermissionService } from '../permission.service';
|
||||
|
||||
|
||||
@@ -11,7 +10,6 @@ import { PermissionService } from '../permission.service';
|
||||
export class EventService {
|
||||
|
||||
constructor(
|
||||
private eventService: EventsService,
|
||||
public p: PermissionService,
|
||||
private attachmentsService: AttachmentsService,
|
||||
) { }
|
||||
|
||||
Reference in New Issue
Block a user