mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(server): remove unused on method (#13830)
This commit is contained in:
parent
7961435d36
commit
40fbef50cf
3 changed files with 2 additions and 5 deletions
|
|
@ -88,7 +88,6 @@ export type EventItem<T extends EmitEvent> = {
|
|||
|
||||
export interface IEventRepository {
|
||||
setup(options: { services: ClassConstructor<unknown>[] }): void;
|
||||
on<T extends keyof EventMap>(item: EventItem<T>): void;
|
||||
emit<T extends keyof EventMap>(event: T, ...args: ArgsOf<T>): Promise<void>;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue