Browse Source

Clean up request service services index

dev
David Ludwig 4 years ago
parent
commit
040bdf952f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/request/src/services/index.ts

+ 1
- 1
services/request/src/services/index.ts View File

@ -1,4 +1,4 @@
export { IpcClient as PlexIpc } from "@autoplex-api/plex";
export { IpcClient as PlexIpc } from "@autoplex-api/plex";
export { IpcClient as SeekerIpc } from "@autoplex-api/seeker";
export { IpcClient as SearchIpc } from "@autoplex-api/search";
export { DatabaseService } from "@autoplex/database";


Loading…
Cancel
Save